remove wrong message
This commit is contained in:
parent
2e262c8315
commit
45918b207b
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -106,7 +106,6 @@ async def handle_feed(session, wall, sitetitle, site):
|
|||
else:
|
||||
logger.debug("no latest_article: " + sitetitle)
|
||||
if f.entries:
|
||||
logger.debug("first fetch, so just checking for the latest article:" + sitetitle)
|
||||
sites[sitetitle]["latest_article"] = f.entries[0].title
|
||||
|
||||
|
||||
|
|
Reference in a new issue