mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
Update tbarequest.py
This commit is contained in:
parent
14a0414265
commit
56f704c464
@ -71,7 +71,7 @@ def req_event_elim_alli(event_key, apikey):
|
|||||||
#requests oprs and dprs
|
#requests oprs and dprs
|
||||||
def req_event_opr(event_key, apikey):
|
def req_event_opr(event_key, apikey):
|
||||||
headers={'X-TBA-Auth-Key':apikey}
|
headers={'X-TBA-Auth-Key':apikey}
|
||||||
r=requests.get('https://www.thebluealliance.com/api/v3//event/'+str(event_key)+'/oprs', headers=headers)
|
r=requests.get('https://www.thebluealliance.com/api/v3/event/'+str(event_key)+'/oprs', headers=headers)
|
||||||
return r
|
return r
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user