checkout auto_extension_ccx_1_1_7 branch

auto_extension_ccx_1_1_7
Abdullah Alfaraj 2023-02-14 13:10:09 +03:00
parent 47b59237f3
commit 2d2af41314
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import sys
REPO_LOCATION = Path(__file__).parent
# auto_update = os.environ.get("AUTO_UPDATE", "True").lower() in {"true", "yes"}
auto_update = True
extension_branch = "master"
extension_branch = "auto_extension_ccx_1_1_7"
if auto_update:
print("[Auto-Photoshop-SD] Attempting auto-update...")