Add shared storage option

This commit is contained in:
Piero Toffanin 2023-03-09 22:00:27 -05:00
parent e00f3af7db
commit ab27dcbaf3
5 changed files with 204 additions and 10 deletions

View file

@ -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