Fixed incorrect regex call
This commit is contained in:
parent
e9c919e604
commit
4b3aa7d862
@ -103,7 +103,7 @@ def main(user, password, server, label, inout_file, path ):
|
||||
|
||||
check_regexes(res)
|
||||
|
||||
if chapter_difference(res):
|
||||
if chapter_difference.search(res):
|
||||
print "\tForcing download update\n"
|
||||
res = check_output('{}fanficfare -u "{}" --force --update-cover'.format(moving, cur), shell=True,stderr=STDOUT)
|
||||
check_regexes(res)
|
||||
|
Loading…
Reference in New Issue
Block a user