mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-27 11:26:13 +00:00
flake8
This commit is contained in:
parent
6341bb2c62
commit
8a3ca73d52
14 changed files with 26 additions and 22 deletions
|
@ -56,7 +56,7 @@ class HTTP(object):
|
|||
else:
|
||||
LOG.debug("Server address not set")
|
||||
|
||||
if '{UserId}'in string:
|
||||
if '{UserId}' in string:
|
||||
if self.config.data.get('auth.user_id', None):
|
||||
string = string.replace("{UserId}", self.config.data['auth.user_id'])
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue