fix: fixed a bug

This commit is contained in:
RTAkland
2021-12-04 15:08:08 +08:00
parent 52fc71ce92
commit 616a44d1b0

View File

@@ -635,7 +635,7 @@ def modify_config(mode: bool = False):
break
except (IndexError, ValueError) as e:
logger.info(e)
logger.error(f'[Write]{language["input_type_error"]} --> {e}')
logger.error(f'[Write]{language["input_type_error"]}')
continue
finally:
if not mode: