lots a small stuff
This commit is contained in:
@@ -97,7 +97,7 @@ def get_token(code): # pragma: no cover
|
||||
return thetoken,expires_in,refresh_token
|
||||
|
||||
# Make authorization URL including random string
|
||||
def make_authorization_url(request):
|
||||
def make_authorization_url(request): # pragma: no cover
|
||||
return imports_make_authorization_url(oauth_data)
|
||||
|
||||
|
||||
@@ -217,7 +217,7 @@ def get_rp3_workout_link(user,workout_id,waittime=3,max_attempts=20): # pragma:
|
||||
|
||||
return get_rp3_workout_token(workout_id,auth_token,waittime=waittime,max_attempts=max_attempts)
|
||||
|
||||
def get_rp3_workout(user,workout_id,startdatetime=None):
|
||||
def get_rp3_workout(user,workout_id,startdatetime=None): # pragma: no cover
|
||||
url = get_rp3_workout_link(user,workout_id)
|
||||
filename = 'media/RP3Import_'+str(workout_id)+'.csv'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user