mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
Update filemon.py
This commit is contained in:
@@ -178,6 +178,9 @@ def initNewsSources():
|
||||
if file.endswith('_news.txt'):
|
||||
source = file[:-9] # remove _news.txt
|
||||
newsSourcesList.append(source)
|
||||
return True
|
||||
logger.info("FileMon: No news sources found")
|
||||
return False
|
||||
|
||||
#initialize the headlines on startup
|
||||
initNewsSources()
|
||||
|
||||
Reference in New Issue
Block a user