Restyle Save complete albums to the db for faster startup (#38)

This commit is contained in:
restyled-io[bot]
2022-04-21 10:25:56 +03:00
committed by GitHub
parent d98cc0547e
commit d1c83ef8b6
15 changed files with 82 additions and 76 deletions
+1
View File
@@ -2,6 +2,7 @@ from app.settings import logger
class Log:
def __init__(self, msg):
if logger.enable:
print("\n🦋 " + msg + "\n")