Merge branch 'hotfix/uastuff'
This commit is contained in:
@@ -96,7 +96,7 @@ def underarmour_open(user):
|
||||
raise UnderArmourNoTokenError("User has no token")
|
||||
else:
|
||||
if (timezone.now()>r.underarmourtokenexpirydate):
|
||||
thetoken = underarmourstuff.rower_underarmour_token_refresh(user)
|
||||
thetoken = rower_underarmour_token_refresh(user)
|
||||
else:
|
||||
thetoken = r.underarmourtoken
|
||||
|
||||
|
||||
Reference in New Issue
Block a user