mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
HeadPhones status check changes and typos. Fixes #447
This commit is contained in:
parent
35450fefe2
commit
ae13aaff68
2 changed files with 10 additions and 8 deletions
|
@ -69,7 +69,7 @@ class autoProcessMovie:
|
|||
except:
|
||||
continue
|
||||
|
||||
# Narrow results by removing old releases by comparing there last_edit field
|
||||
# Narrow results by removing old releases by comparing their last_edit field
|
||||
if len(results) > 1:
|
||||
for id1, x1 in results.items():
|
||||
for id2, x2 in results.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue