mirror of
https://github.com/evilhero/mylar
synced 2025-03-15 08:18:44 +00:00
FIX: Fix for search queue trying to load 2 queries simultaneously and causing problems
This commit is contained in:
parent
28e3464a7e
commit
9547dccc27
1 changed files with 1 additions and 0 deletions
|
@ -1757,6 +1757,7 @@ def searchforissue(issueid=None, new=False, rsscheck=None, manual=False):
|
|||
mylar.SEARCHLOCK = False
|
||||
|
||||
else:
|
||||
mylar.SEARCHLOCK = True
|
||||
result = myDB.selectone('SELECT * FROM issues where IssueID=?', [issueid]).fetchone()
|
||||
mode = 'want'
|
||||
oneoff = False
|
||||
|
|
Loading…
Add table
Reference in a new issue