Check and save links, not id's

This commit is contained in:
spla 2020-08-12 20:39:42 +02:00
pare c1ec544a64
commit a4cacc8fc0

Veure arxiu

@ -119,7 +119,7 @@ for entry in newsfeeds.entries:
cur = conn.cursor()
cur.execute(insert_line, (id,))
cur.execute(insert_line, (link,))
conn.commit()