mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Fix spacing
(testing pylint)
This commit is contained in:
parent
965340db01
commit
9de0e69896
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ class ImageCacheThread(threading.Thread):
|
||||||
try:
|
try:
|
||||||
requests.head(
|
requests.head(
|
||||||
url=("http://%s:%s/image/image://%s"
|
url=("http://%s:%s/image/image://%s"
|
||||||
% (self.xbmc_host, self.xbmc_port, self.url_to_process)),
|
% (self.xbmc_host, self.xbmc_port, self.url_to_process)),
|
||||||
auth=(self.xbmc_username, self.xbmc_password),
|
auth=(self.xbmc_username, self.xbmc_password),
|
||||||
timeout=(35.1, 35.1))
|
timeout=(35.1, 35.1))
|
||||||
# We don't need the result
|
# We don't need the result
|
||||||
|
|
Loading…
Reference in a new issue