mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
fix loop
This commit is contained in:
parent
ed2aa30c02
commit
195636280f
1 changed files with 2 additions and 0 deletions
|
@ -61,12 +61,14 @@ def category_search(inputDirectory, inputCategory, root, inputName, categories):
|
||||||
break # we are done
|
break # we are done
|
||||||
else:
|
else:
|
||||||
Logger.debug("SEARCH: Continuing scan to determin category.")
|
Logger.debug("SEARCH: Continuing scan to determin category.")
|
||||||
|
categorySearch=categorySearch2 #ready for next loop
|
||||||
continue # keep going
|
continue # keep going
|
||||||
else:
|
else:
|
||||||
if x == 9: # This is the last pass in the loop and we didn't find anything.
|
if x == 9: # This is the last pass in the loop and we didn't find anything.
|
||||||
notfound = 1
|
notfound = 1
|
||||||
break # we are done
|
break # we are done
|
||||||
else:
|
else:
|
||||||
|
categorySearch=categorySearch2 #ready for next loop
|
||||||
continue # keep going
|
continue # keep going
|
||||||
|
|
||||||
if notfound == 1:
|
if notfound == 1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue