making tests run
This commit is contained in:
@@ -102,7 +102,7 @@ def imports_open(user,oauth_data):
|
||||
expirydatename,
|
||||
oauth_data,
|
||||
)
|
||||
elif tokenexpirydate is None and 'strava' in expirydatename:
|
||||
elif tokenexpirydate is None and expirydatename is not None and 'strava' in expirydatename:
|
||||
token = imports_token_refresh(
|
||||
user,
|
||||
tokenname,
|
||||
|
||||
Reference in New Issue
Block a user