mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
indent errors on test/search.py
This commit is contained in:
parent
9a5e612e42
commit
9165e731fd
1 changed files with 3 additions and 3 deletions
|
@ -470,9 +470,9 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, nzbprov, nzbpr):
|
|||
file.close()
|
||||
dom = parseString(data)
|
||||
queue_file = dom.getElementsByTagName('filename')[que].firstChild.wholeText
|
||||
print (str(queue_file))
|
||||
print (str(filenzb))
|
||||
queue_file = queue_file.replace("_", " ")
|
||||
print (str(queue_file))
|
||||
print (str(filenzb))
|
||||
queue_file = queue_file.replace("_", " ")
|
||||
if str(queue_file) in str(filenzb):
|
||||
print ("matched")
|
||||
slotmatch = "yes"
|
||||
|
|
Loading…
Reference in a new issue