mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 18:36:33 +00:00
Fix formatting
This commit is contained in:
parent
2e199d148e
commit
1000ca0695
2 changed files with 2 additions and 3 deletions
|
|
@ -103,10 +103,9 @@ def get_device_id(reset=False):
|
|||
file_guid.write(client_id)
|
||||
|
||||
file_guid.close()
|
||||
|
||||
LOG.debug("DeviceId loaded: %s", client_id)
|
||||
window('jellyfin_deviceId', value=client_id)
|
||||
|
||||
|
||||
return client_id
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ class HTTP(object):
|
|||
raise HTTPException(r.status_code, error)
|
||||
|
||||
except requests.exceptions.MissingSchema as error:
|
||||
LOG.error("Request missing Schema. "+str(error))
|
||||
LOG.error("Request missing Schema. " + str(error))
|
||||
raise HTTPException("MissingSchema", {'Id': self.config.data.get('auth.server', "None")})
|
||||
|
||||
except Exception as error:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue