oops readded main.py

moved some stuff from xmp to deviantart
This commit is contained in:
elburg 2023-02-05 13:58:50 -08:00
parent e15437252e
commit 86ea8ba4fa
3 changed files with 27 additions and 3 deletions

View file

@ -12,6 +12,8 @@ def makeKeyWordList(tags):
output.append('is_mature')
for item in .get(tags.category_path,[]):
for item in catPaths.get(tags.category_path,[]):
output.append(item)
for item in tags.category_path.split('/'):
output.append(item)