diff --git a/suchwow/app.py b/suchwow/app.py index e269dc7..6e2dab0 100644 --- a/suchwow/app.py +++ b/suchwow/app.py @@ -73,6 +73,7 @@ def reddit_recent(): recent_post = diff < timedelta(hours=2) if recent_post: make_post(post) + return @app.cli.command("reddit_random") def reddit_random():