1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 08:56:17 +00:00

Fixed error on daemon quit

This commit is contained in:
Alban Féron 2023-01-08 15:53:59 +01:00
parent 30734fe9ab
commit 14dc63631f
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165

View File

@ -1,7 +1,7 @@
# This file is part of Supysonic.
# Supysonic is a Python implementation of the Subsonic server API.
#
# Copyright (C) 2014-2019 Alban 'spl0k' Féron
# Copyright (C) 2014-2023 Alban 'spl0k' Féron
#
# Distributed under terms of the GNU AGPLv3 license.
@ -61,4 +61,3 @@ def main():
init_database(config.BASE["database_uri"])
daemon = Daemon(config)
daemon.run()
release_database()