hopefully fix a bug

This commit is contained in:
Lynne Megido 2018-11-15 11:06:01 +10:00
parent c07be0b25f
commit f685f76ccb
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

2
run.py
View File

@ -37,7 +37,7 @@ for row in dc.fetchall():
else:
sender = post['senderData']['username']
if int(post['timestamp']) == int(row['latest_post']):
if int(post['timestamp']) <= int(row['latest_post']):
#this is the one we've already seen
continue