make sure we only do one post at a time

This commit is contained in:
lza_menace 2020-10-17 22:00:13 -07:00
parent 94b58f7437
commit a16176cfd6
1 changed files with 1 additions and 0 deletions

View File

@ -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():