fix queue update

This commit is contained in:
geoffrey45
2022-02-06 23:43:00 +03:00
parent 60ba512e64
commit dd81099b36
3 changed files with 2 additions and 3 deletions
-2
View File
@@ -273,8 +273,6 @@ def get_tags(full_path: str) -> dict:
"folder": os.path.dirname(full_path).replace(helpers.home_dir, ""),
}
print(tags['filepath'])
return tags