Fix riapertura finestra server in casodi errore

This commit is contained in:
Alhaziel01
2021-12-09 19:22:12 +01:00
parent 0a6708009e
commit 18e5302741
3 changed files with 10 additions and 11 deletions
+3
View File
@@ -432,6 +432,9 @@ def limit_itemlist(itemlist):
def findvideos(item):
from core import db
db['controls']['reopen'] = False
db.close()
logger.debug('Executing channel', item.channel, 'method', item.action)
channel = platformtools.channelImport(item.channel)
if not channel: