alcuni fix

This commit is contained in:
Alhaziel01
2021-12-17 16:37:41 +01:00
parent 867a0bf36b
commit 42b3bbf574
4 changed files with 23 additions and 12 deletions

View File

@@ -1892,7 +1892,8 @@ def serverWindow(item, itemlist):
from platformcode.launcher import run
run(selection)
reopen = True
if not selection.server: return
if not selection.server or selection.server == 'torrent': return
db.close()
import threading
threading.Thread(target=monitor, args=[itemlist]).start()