2023.01.26 (01. ohli24.org bug fixed)

This commit is contained in:
2023-01-26 15:33:59 +09:00
parent 1ef263b440
commit e3060bba3f
6 changed files with 738 additions and 461 deletions

View File

@@ -132,5 +132,5 @@ try:
P.set_module_list([LogicOhli24, LogicAniLife, LogicLinkkf])
except Exception as e:
P.logger.error(f'Exception:{str(e)}')
P.logger.error(f'Exception: {str(e)}')
P.logger.error(traceback.format_exc())