possibile fix trakt

This commit is contained in:
mac12m99
2021-03-30 18:05:54 +02:00
parent 3f8466d83c
commit 789ab6cc6c

View File

@@ -266,11 +266,12 @@ def ask_install_script():
def wait_for_update_trakt():
logger.debug()
t = Thread(update_all)
t = Thread(target=update_all)
t.setDaemon(True)
t.start()
t.is_alive()
def update_all():
# from core.support import dbg;dbg()
from time import sleep