Ricerche salvate: supporto cerca film/serie/attore

Possibile fix freeze kodi alla chiusura
This commit is contained in:
marco
2021-11-13 14:42:40 +01:00
parent dea6782c5e
commit d5c870db44
6 changed files with 40 additions and 37 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ def elementum_monitor():
if len(Monitor) > 0:
try:
data = requests.get(elementum_host + '/list').json()
data = requests.get(elementum_host + '/list', timeout=2).json()
except:
data = ''
if data: