commit earlier on service.py

This commit is contained in:
Lynne Megido 2019-09-11 15:35:09 +10:00
parent ac29216973
commit f0139a61a7

View File

@ -20,6 +20,7 @@ print("Cleaning up database")
# delete any fedi accounts we no longer need
cursor = db.cursor()
cursor.execute("DELETE FROM fedi_accounts WHERE handle NOT IN (SELECT fedi_id FROM bot_learned_accounts)")
db.commit()
print("Generating posts")
cursor.execute("SELECT handle FROM bots WHERE enabled = TRUE AND TIMESTAMPDIFF(MINUTE, last_post, CURRENT_TIMESTAMP()) > post_frequency")