Add shared storage option
This commit is contained in:
parent
e00f3af7db
commit
ab27dcbaf3
5 changed files with 204 additions and 10 deletions
|
|
@ -38,7 +38,7 @@ def setup(violations_threshold=100):
|
|||
|
||||
scheduler = BackgroundScheduler()
|
||||
scheduler.add_job(func=forgive_banned, trigger="interval", minutes=30)
|
||||
|
||||
|
||||
scheduler.start()
|
||||
|
||||
# Shut down the scheduler when exiting the app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue