Remove remnants of file based config

This commit is contained in:
2023-03-30 22:45:08 +02:00
parent 035394c36b
commit 8c735866a3
2 changed files with 0 additions and 10 deletions

View File

@ -248,7 +248,6 @@ def admin():
def activate_job():
helpers.load_dbconfig(app)
helpers.load_version(app)
helpers.create_data_directory()
database.create_entry_table()
database.create_song_table()
database.create_done_song_table()