refs #1107 fix syntax

ogcore1
Natalia Serrano 2024-11-06 14:17:27 +01:00
parent dd82e4db50
commit e2fcf02222
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class ogLiveWorker(ServerWorker):
elem = self.thread_list[k]
if 'thread' not in elem: continue
logger.debug (f'considering thread ({k})')
try: elem['thread'].join (0.05)
elem['thread'].join (0.05)
if not elem['thread'].is_alive():
logger.debug (f'is no longer alive, k ({k}) thread ({elem["thread"]})')
elem['running'] = False