Use + instead of space (fixes an Iceweasel browser issue)
This commit is contained in:
@@ -218,7 +218,7 @@ class EVE(APIConnection):
|
||||
grant_type,
|
||||
self.redirect_uri,
|
||||
self.client_id,
|
||||
"&scope=%s" % ' '.join(s) if scopes else '',
|
||||
"&scope=%s" % '+'.join(s) if scopes else '',
|
||||
"&state=%s" % state if state else ''
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user