This commit is contained in:
lza_menace 2021-05-15 09:04:14 -07:00
parent f797925d5e
commit 8f7c289f70
1 changed files with 2 additions and 2 deletions

View File

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