mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
make sure we only do one post at a time
This commit is contained in:
parent
94b58f7437
commit
a16176cfd6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue