mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-05 01:55:53 +00:00
Fix api_key reference in upload-progress.py
Former-commit-id: bf3c6af2a0fb274a9d0540f21b59e9f5a3de63da
This commit is contained in:
parent
6af151fd3b
commit
a59060f699
@ -52,7 +52,7 @@ if __name__ == '__main__':
|
|||||||
print("Publishing entries to", url)
|
print("Publishing entries to", url)
|
||||||
pprint(entries)
|
pprint(entries)
|
||||||
data = {
|
data = {
|
||||||
"api_key": args.api_key,
|
"api_key": api_key,
|
||||||
"entries": entries,
|
"entries": entries,
|
||||||
}
|
}
|
||||||
r = requests.post(url, json=data)
|
r = requests.post(url, json=data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user