1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 13:19:25 +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

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