TP fix maybe, and form to message racers
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user