diff --git a/safesite/export.py b/safesite/export.py index d562c156..0a109152 100644 --- a/safesite/export.py +++ b/safesite/export.py @@ -619,7 +619,7 @@ def exportxlsx(a,objs,pic=1): sheet.write(x,8,i['otherunsafe']) sheet.write(x,9,i['safecontent']) sheet.write(x,10,i['submittime'].strftime("%Y-%m-%d %H:%M:%S")) - i['lookimg']=i['lookimg'].split('?') + i['lookimg']=i['lookimg'].split('?') if i['lookimg'] else [] n = i['lookimg'] for m in n: if m: diff --git a/safesite/templates/index.html b/safesite/templates/index.html index 30d35ed2..a6d2c4ca 100644 --- a/safesite/templates/index.html +++ b/safesite/templates/index.html @@ -5,7 +5,7 @@