Fixing last errors
This commit is contained in:
parent
c1fdd50a2a
commit
1f487ff803
@ -19,7 +19,7 @@ class Auth(BaseAuth):
|
|||||||
if "error" in data1:
|
if "error" in data1:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
salt = data1["salt"]
|
salt = data1["salt"].encode()
|
||||||
|
|
||||||
id = self.configuration.get("auth", "client_id")
|
id = self.configuration.get("auth", "client_id")
|
||||||
secret = self.configuration.get("auth", "client_secret")
|
secret = self.configuration.get("auth", "client_secret")
|
||||||
|
Loading…
Reference in New Issue
Block a user