修改bug,解决工作路径存在中文时,decode报错的问题

This commit is contained in:
HKS 2023-05-29 17:30:17 +08:00
parent ffb7888a49
commit b93e279fd6
1 changed files with 0 additions and 2 deletions

View File

@ -37,5 +37,3 @@ if __name__ == '__main__':
end_date = time.strftime("%Y-%m-%d", time.localtime())
end_time = time.strftime("%H-%M-%S", time.localtime())
logger.log("Process completed at " + str(end_date) + " " + str(end_time) + ".")