Merge branch 'LC044:master' into master

This commit is contained in:
STDquantum 2024-01-18 13:51:42 +08:00 committed by GitHub
commit 425ef3b921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,4 +95,4 @@ if __name__ == '__main__':
sys.exit(app.exec_())
except Exception as e:
print(f"Exception: {e}")
logger.error(traceback.print_exc())
logger.error(traceback.format_exc())