break settings.py into classes

This commit is contained in:
geoffrey45
2023-03-26 08:25:00 +03:00
parent 79029ae346
commit 357afeb700
22 changed files with 102 additions and 96 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class Populate:
try:
if dirs_to_scan[0] == "$home":
dirs_to_scan = [settings.USER_HOME_DIR]
dirs_to_scan = [settings.Paths.USER_HOME_DIR]
except IndexError:
pass