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):