更新。

This commit is contained in:
2022-04-21 23:52:16 +08:00
parent 1715735800
commit ca2e8c9155
17 changed files with 294 additions and 155 deletions

View File

@ -75,7 +75,7 @@ def log(info:str = '',level : str = 'INFO', isPrinted:bool = True):
f.write(outputinfo+'\n')
if isPrinted:
print(outputinfo)
input(outputinfo)
return True
except: