mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
Restyle Save complete albums to the db for faster startup (#38)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user