fix for more syntax errors

This commit is contained in:
evilhero 2020-01-13 12:49:46 -05:00
parent 13281249e4
commit 1ace0f1758
1 changed files with 1 additions and 1 deletions

View File

@ -2222,7 +2222,7 @@ def searcher(nzbprov, nzbname, comicinfo, link, IssueID, ComicID, tmpprov, direc
tmp_line = tmp_url[:tmp_url_st+7]
tmp_line += 'xYOUDONTNEEDTOKNOWTHISx'
tmp_url_en = tmp_url.find('&', tmp_url_st)
if tmp_url_en is -1:
if tmp_url_en == -1:
tmp_url_en = len(tmp_url)
tmp_line += tmp_url[tmp_url_en:]
#tmp_url = helpers.apiremove(down_url.copy(), '&')