Update slixfeed.py

This commit is contained in:
Schimon Jehudah 2022-08-05 08:54:41 +00:00
parent 0327b54624
commit ecd414b228

View file

@ -543,7 +543,7 @@ async def get_unread(conn):
# str = cur.fetchone()[0]
# entry.append(str)
entry = "{}\n\n{}\n\nLink to article:\n{}".format(entry[0], entry[1], entry[2])
mark_as_read(conn, id)
await mark_as_read(conn, id)
return entry
async def mark_as_read(conn, id):