Update filemon.py

This commit is contained in:
SpudGunMan
2025-10-24 09:36:07 -07:00
parent 84152bda65
commit da430557f3
+3
View File
@@ -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()