1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 15:01:29 +08:00

Refactor: Gitpython preparations

This commit is contained in:
LmeSzinc
2025-09-02 00:59:07 +08:00
parent f65c0c17e9
commit 8c4a9600e6
15 changed files with 17 additions and 107 deletions

View File

@@ -20,7 +20,6 @@ class ConfigModel:
GitProxy: Optional[str] = None
SSLVerify: bool = False
AutoUpdate: bool = True
KeepLocalChanges: bool = False
# Python
PythonExecutable: str = "./toolkit/python.exe"