FIX: fix for invalid time command when searching

This commit is contained in:
evilhero 2018-06-28 12:42:40 -04:00
parent fe14613056
commit 8932e6e665
1 changed files with 1 additions and 1 deletions

View File

@ -1871,7 +1871,7 @@ def searchforissue(issueid=None, new=False, rsscheck=None, manual=False):
if rsscheck == 'yes':
while mylar.SEARCHLOCK is True:
time.wait(5)
time.sleep(5)
if mylar.SEARCHLOCK is True:
logger.info('A search is currently in progress....queueing this up again to try in a bit.')