Merge branch 'errorlog' into develop

This commit is contained in:
misyaguziya
2023-06-20 10:57:09 +09:00

View File

@@ -542,4 +542,5 @@ if __name__ == "__main__":
app = App()
app.mainloop()
except Exception as e:
print(e)
with open("./error.log", "r") as fp:
fp.write(f"{e}")