Skip to content

Commit

Permalink
Revert "test: debug workflow"
Browse files Browse the repository at this point in the history
This reverts commit dbf3c02.
  • Loading branch information
rushkii committed May 6, 2024
1 parent c1ce827 commit 7527e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7527e87

Please sign in to comment.