i cant explain why it's not saving the post to_reddit

This commit is contained in:
lza_menace 2021-05-15 12:19:37 -07:00
parent 8f7c289f70
commit ea02ed1185
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def post_reddit(last_hours):
if _p:
p.to_reddit = True
p.save()
return
return
@app.cli.command("create_accounts")
def create_accounts():