update v2.1

This commit is contained in:
RabbitMask
2022-04-15 11:16:07 +08:00
parent a9d9fd0df5
commit 0959340ee8
8 changed files with 45 additions and 21 deletions

View File

@@ -65,6 +65,6 @@ def Save_Csv(fun):
# 写入多行数据
for i in result:
writer.writerow(list(i.values()))
status_print('结果已保存至:'+filename,1)
status_print('全部结果已保存至:'+filename,1)
# return fun(*args, **kwargs)
return work