Private GIT

Skip to content
Snippets Groups Projects
Commit 6cba2974 authored by Fernando's avatar Fernando
Browse files

Fix thread naming not showing up

parent 051c99c5
No related branches found
No related tags found
No related merge requests found
......@@ -474,8 +474,6 @@ def searchProviders(show, episodes, manualSearch=False, downCurQuality=False):
logger.log(u"Error while searching " + curProvider.name + ", skipping: " + ex(e), logger.ERROR)
logger.log(traceback.format_exc(), logger.DEBUG)
break
finally:
threading.currentThread().name = origThreadName
didSearch = True
......@@ -491,7 +489,7 @@ def searchProviders(show, episodes, manualSearch=False, downCurQuality=False):
elif not curProvider.search_fallback or searchCount == 2:
break
if search_mode == 'eponly':
if search_mode == 'sponly':
logger.log(u"Fallback episode search initiated", logger.DEBUG)
search_mode = 'eponly'
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment