mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Added 10sec timeout for subtitlesFinderScheduler on shutdowns
This commit is contained in:
parent
c83e964ca5
commit
77feb5a74c
1 changed files with 1 additions and 1 deletions
|
@ -1252,7 +1252,7 @@ def halt():
|
|||
subtitlesFinderScheduler.stop.set()
|
||||
logger.log(u"Waiting for the SUBTITLESFINDER thread to exit")
|
||||
try:
|
||||
subtitlesFinderScheduler.join()
|
||||
subtitlesFinderScheduler.join(10)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue