애니집결 5차 반영

This commit is contained in:
2019-01-31 02:14:10 +09:00
parent 319545106e
commit 43a5e47fb3
2 changed files with 96 additions and 119 deletions
+2
View File
@@ -184,6 +184,8 @@ def extractGeneralList(generalSheet, nationList={}, nationChiefInfo={}):
if len(row) < 13:
row.append('')
row[12] = row[12].strip()
if len(row[12]) > 99:
row[12] = row[12][:99]
if row[12] == '':
row.pop()