less inflammatory error message

This commit is contained in:
Lynne Megido 2019-09-10 11:41:27 +10:00
parent d7f15601d5
commit fb017468fd
2 changed files with 2 additions and 1 deletions

View File

@ -104,6 +104,7 @@ accounts = cursor.fetchall()
# p.map(scrape_posts, accounts)
print("Generating posts")
# TODO: check time between last post and now
cursor.execute("SELECT handle FROM bots WHERE enabled = TRUE")
bots = cursor.fetchall()

View File

@ -292,7 +292,7 @@ def bot_create():
else:
if 'is_pro' in j['contact_account']:
# gab instance
session['error'] = "Eat shit and die, fascist scum."
session['error'] = "Gab instances are not supported."
else:
session['instance_type'] = "Mastodon"
session['step'] += 1