fix novità su kodi 19 e altri fix minori

This commit is contained in:
marco
2020-12-30 11:27:18 +01:00
parent 4fba90059f
commit 44b5cfac27
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ def wait_for_update_trakt():
t = Thread(update_all)
t.setDaemon(True)
t.start()
t.isAlive()
t.is_alive()
def update_all():
# from core.support import dbg;dbg()