Fixing last errors

This commit is contained in:
Fabian Stamm 2018-09-23 13:13:53 +02:00
parent c1fdd50a2a
commit 1f487ff803
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Auth(BaseAuth):
if "error" in data1:
return False
salt = data1["salt"]
salt = data1["salt"].encode()
id = self.configuration.get("auth", "client_id")
secret = self.configuration.get("auth", "client_secret")