feat: exit the Populate function when another one is started

+ add test for the extract_fetured_artists_from_title function
This commit is contained in:
geoffrey45
2023-01-24 22:40:19 +03:00
parent 2ba1b0386e
commit af4221e0c7
10 changed files with 528 additions and 385 deletions
-1
View File
@@ -40,7 +40,6 @@ class Watcher:
while trials < 10:
try:
dirs = sdb.get_root_dirs()
print(dirs)
dir_map = [
{"original": d, "realpath": os.path.realpath(d)} for d in dirs
]