mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-26 14:18:00 +01:00
license tag
This commit is contained in:
parent
862d123781
commit
8e08ca9780
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class PonysayTool():
|
||||||
fields.sort()
|
fields.sort()
|
||||||
standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', 'GROUP',
|
standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', 'GROUP',
|
||||||
'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', 'AURA', 'DISPLAY',
|
'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', 'AURA', 'DISPLAY',
|
||||||
'MASTER', 'SOURCE', 'MEDIA', 'FREE', 'comment']
|
'MASTER', 'SOURCE', 'MEDIA', 'LICENSE', 'FREE', 'comment']
|
||||||
for standard in standardfields:
|
for standard in standardfields:
|
||||||
if standard in fields:
|
if standard in fields:
|
||||||
del fields[fields.index(standard)]
|
del fields[fields.index(standard)]
|
||||||
|
|
Loading…
Reference in a new issue