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

Opt: Filelock config when stop scheduler

This commit is contained in:
18870
2021-10-23 20:32:19 +08:00
parent 44be2b05ba
commit ea4df56b1b
2 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
from typing import Dict
import module.logger # Change folder
from module.config.utils import *
LANG = 'zh-CN'
@@ -41,7 +44,7 @@ def _t(s, lang=None):
return s
dic_lang = {}
dic_lang: Dict[str, Dict[str, str]] = {}
def reload():