possibile fix trakt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user