merge-requests/8/head
Bob Mottram 2020-11-22 20:41:01 +00:00
parent a998c0b321
commit 88cc48480f
1 changed files with 0 additions and 6 deletions

View File

@ -711,8 +711,6 @@ def runNewswireDaemon(baseDir: str, httpd,
print('Newswire daemon session established')
# try to update the feeds
newNewswire = None
# try:
newNewswire = \
getDictFromNewswire(httpd.session, baseDir, domain,
httpd.maxNewswirePostsPerSource,
@ -720,10 +718,6 @@ def runNewswireDaemon(baseDir: str, httpd,
httpd.maxTags,
httpd.maxFeedItemSizeKb,
httpd.maxNewswirePosts)
# except Exception as e:
# print('WARN: unable to update newswire ' + str(e))
# time.sleep(120)
# continue
if not httpd.newswire:
if os.path.isfile(newswireStateFilename):