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
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
parent
4d654f1d51
commit
3a96ba6d9d
@ -8,7 +8,7 @@ def get_player(player):
|
|||||||
headers = {
|
headers = {
|
||||||
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64)",
|
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64)",
|
||||||
"accept": "application/json",
|
"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"]
|
response = requests.get(url, headers=headers).json()["data"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user