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
+2 -2
View File
@@ -1,8 +1,8 @@
"""
Contains default configs
"""
from dataclasses import dataclass
import os
from dataclasses import dataclass
# paths
CONFIG_FOLDER = ".alice"
@@ -36,4 +36,4 @@ P_COLORS = [
class logger:
enable = True
enable = True