fix bug in last commit
This commit is contained in:
@@ -67,7 +67,7 @@ class RSSCheckerThread(Thread):
|
|||||||
self._main._db.setRSSForceUpdate(rss.url, False)
|
self._main._db.setRSSForceUpdate(rss.url, False)
|
||||||
if self._main._commandLine.rebuildHashlist and self._main._commandLine.exitAfterRebuild:
|
if self._main._commandLine.rebuildHashlist and self._main._commandLine.exitAfterRebuild:
|
||||||
_exit(0)
|
_exit(0)
|
||||||
self._main._commandLine.rebuildHashlist = False
|
self._main._commandLine._rebuildHashlist = False
|
||||||
self._main._tempFileEntries.clear()
|
self._main._tempFileEntries.clear()
|
||||||
|
|
||||||
def __init__(self, m):
|
def __init__(self, m):
|
||||||
|
|||||||
Reference in New Issue
Block a user