v2/file now works
This commit is contained in:
@@ -328,6 +328,11 @@ try:
|
||||
except KeyError:
|
||||
TP_API_LOCATION = "https://api.trainingpeaks.com"
|
||||
|
||||
try:
|
||||
TP_OAUTH_LOCATION = CFG['tp_oauth_location']
|
||||
except KeyError:
|
||||
TP_OAUTH_LOCATION = "https://oauth.trainingpeaks.com/oauth/token"
|
||||
|
||||
# RP3
|
||||
RP3_CLIENT_ID = CFG["rp3_client_id"]
|
||||
RP3_CLIENT_SECRET = CFG["rp3_client_secret"]
|
||||
|
||||
Reference in New Issue
Block a user