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