1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Merge branch 'nightly' into dev

This commit is contained in:
Erik
2020-07-16 23:55:17 -03:00
committed by GitHub
17 changed files with 437 additions and 392 deletions

View File

@@ -11,6 +11,7 @@ from module.config.update import get_config
from module.logger import pyw_name
from module.research.preset import DICT_FILTER_PRESET
try:
if sys.stdout.encoding != 'UTF-8':
sys.stdout = codecs.getwriter('utf-8')(sys.stdout.buffer, 'strict')