mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
i cant explain why it's not saving the post to_reddit
This commit is contained in:
parent
8f7c289f70
commit
ea02ed1185
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def post_reddit(last_hours):
|
||||||
if _p:
|
if _p:
|
||||||
p.to_reddit = True
|
p.to_reddit = True
|
||||||
p.save()
|
p.save()
|
||||||
return
|
return
|
||||||
|
|
||||||
@app.cli.command("create_accounts")
|
@app.cli.command("create_accounts")
|
||||||
def create_accounts():
|
def create_accounts():
|
||||||
|
|
Loading…
Reference in a new issue