1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-25 21:57:12 +08:00
Files
AzurLaneAutoScript/module/webui
18870 445877e43b Fix: Logging error when update failed
When retry failed, It calls logger.exception() which use traceback.print_exception() which use print(msg, file=file) to output. In Updater.update(), we monkey patch builtin.print() to logger.info() which don't have keyword argument `file`.
Set logger=None in retry decorator to avoid calling logger.exception()
2022-01-16 19:51:48 +08:00
..
2022-01-15 23:16:10 +08:00
2022-01-15 23:16:10 +08:00
2022-01-12 22:27:56 +08:00
2022-01-14 21:34:54 +08:00
2022-01-10 22:24:51 +08:00
2022-01-08 21:45:05 +08:00
2021-12-03 18:43:51 +08:00
2022-01-06 18:37:54 +08:00