pull/4/head
lza_menace 3 years ago
parent f797925d5e
commit 8f7c289f70

@ -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")