commiting an obvious bad python change to see if CI/CD bails
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
Luke R 2024-05-02 12:07:59 -07:00
parent 4d654f1d51
commit 3a96ba6d9d

View File

@ -8,7 +8,7 @@ def get_player(player):
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64)",
"accept": "application/json",
"TRN-Api-Key": os.getenv("tracker_network_token"),
"TRN-Api-Key": os.getenv("tracker_network_token"),
}
response = requests.get(url, headers=headers).json()["data"]