Private
Public Access
1
0

TP fix maybe, and form to message racers

This commit is contained in:
Sander Roosendaal
2020-06-06 17:43:16 +02:00
parent 55ad7ce2d9
commit 5aa6d89891
10 changed files with 174 additions and 4 deletions

View File

@@ -69,9 +69,9 @@ def get_token(code):
response = requests.post(
"https://oauth.trainingpeaks.com/oauth/token",
data=post_data
data=post_data,verify=False,
)
try:
token_json = response.json()