From ea02ed118564f8b82099a2449e987d332c60cd47 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 15 May 2021 12:19:37 -0700 Subject: [PATCH] i cant explain why it's not saving the post to_reddit --- suchwow/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suchwow/app.py b/suchwow/app.py index 0a9ee1d..def5955 100644 --- a/suchwow/app.py +++ b/suchwow/app.py @@ -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():