make sure we only do one post at a time

master
lza_menace 4 years ago
parent 94b58f7437
commit a16176cfd6

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

Loading…
Cancel
Save