diff options
Diffstat (limited to 'ATRI')
-rw-r--r-- | ATRI/plugins/essential.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ATRI/plugins/essential.py b/ATRI/plugins/essential.py index d1c8e09..06f56eb 100644 --- a/ATRI/plugins/essential.py +++ b/ATRI/plugins/essential.py @@ -78,6 +78,8 @@ async def startup(): async def shutdown(): await close_database_connection() + scheduler.shutdown(False) + log.info("Thanks for using.") |