From e235ba8be820427ec91b384744111a9a4ceedbe7 Mon Sep 17 00:00:00 2001 From: Leviaria <113382526+Leviaria@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:00:55 +0200 Subject: [PATCH] Update updater.py --- clashroyalebuildabot/state/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clashroyalebuildabot/state/updater.py b/clashroyalebuildabot/state/updater.py index 6445803..8b9856a 100644 --- a/clashroyalebuildabot/state/updater.py +++ b/clashroyalebuildabot/state/updater.py @@ -5,7 +5,7 @@ from loguru import logger GITHUB_REPO = "Pbatch/ClashRoyaleBuildABot" -LOCAL_VERSION = "3b1fb24a35f664fcab4ada324ea4ee4a84084742" # Die lokale Commit-SHA hier eintragen +LOCAL_VERSION = "3b1fb24a35f664fcab4ada324ea4ee4a84084742" DOWNLOAD_PATH = "update.zip" EXTRACT_PATH = "."