oops readded main.py
moved some stuff from xmp to deviantart
This commit is contained in:
parent
e15437252e
commit
86ea8ba4fa
3 changed files with 27 additions and 3 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue