Update slixfeed.py
This commit is contained in:
parent
0327b54624
commit
ecd414b228
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ async def get_unread(conn):
|
||||||
# str = cur.fetchone()[0]
|
# str = cur.fetchone()[0]
|
||||||
# entry.append(str)
|
# entry.append(str)
|
||||||
entry = "{}\n\n{}\n\nLink to article:\n{}".format(entry[0], entry[1], entry[2])
|
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
|
return entry
|
||||||
|
|
||||||
async def mark_as_read(conn, id):
|
async def mark_as_read(conn, id):
|
||||||
|
|
Loading…
Reference in a new issue