From 7527e87758aab2ca49925b850c5946aa9aaf9e54 Mon Sep 17 00:00:00 2001 From: Kiizuha Date: Tue, 7 May 2024 00:17:55 +0700 Subject: [PATCH] Revert "test: debug workflow" This reverts commit dbf3c02fc3f01e32bb2e89f2560c6e51212a3802. --- updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.py b/updater.py index a263a07..777a142 100644 --- a/updater.py +++ b/updater.py @@ -14,7 +14,7 @@ load_dotenv() # Your Valorant's nickname/gamertag e.g: kizu#movq -GAMERTAG = quote("kizu#movq") +GAMERTAG = quote(os.environ.get("GAMERTAG", "")) s = cloudscraper.create_scraper() def get_rating(value: int):