sqlitedict cache e migliore gestione dei thread
This commit is contained in:
@@ -318,8 +318,12 @@ def run_threaded(job_func, args):
|
||||
|
||||
|
||||
def join_threads():
|
||||
logger.debug(threads)
|
||||
for th in threads:
|
||||
th.join()
|
||||
try:
|
||||
th.join()
|
||||
except:
|
||||
logger.error(traceback.format_exc())
|
||||
|
||||
|
||||
class AddonMonitor(xbmc.Monitor):
|
||||
|
||||
Reference in New Issue
Block a user