mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +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()
|
||||
standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', 'GROUP',
|
||||
'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', 'AURA', 'DISPLAY',
|
||||
'MASTER', 'SOURCE', 'MEDIA', 'FREE', 'comment']
|
||||
'MASTER', 'SOURCE', 'MEDIA', 'LICENSE', 'FREE', 'comment']
|
||||
for standard in standardfields:
|
||||
if standard in fields:
|
||||
del fields[fields.index(standard)]
|
||||
|
|
Loading…
Reference in a new issue