Add search

This commit is contained in:
2022-12-10 17:15:11 +01:00
parent 6d028919b7
commit 5ea85d9448
5 changed files with 82 additions and 2 deletions

View File

@ -63,3 +63,5 @@ def send_to_discord(feed=None) -> None:
response: Response = webhook.execute()
if not response.ok:
reader.set_entry_read(entry, False)
reader.update_search()