mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Fix formatting issues
This commit is contained in:
parent
5a8b2fe66c
commit
1ef4830588
@ -154,6 +154,7 @@ def get_songs_with_details(input_string: str):
|
||||
stmt, {"prepared_string": prepared_string})
|
||||
return cur.fetchall()
|
||||
|
||||
|
||||
def get_song_details(song_id: int):
|
||||
with get_db_engine().connect() as conn:
|
||||
stmt = text(
|
||||
@ -166,6 +167,7 @@ def get_song_details(song_id: int):
|
||||
stmt, {"song_id": song_id})
|
||||
return cur.fetchall()
|
||||
|
||||
|
||||
def add_entry(name, song_id, client_id):
|
||||
with get_db_engine().connect() as conn:
|
||||
stmt = text(
|
||||
|
Loading…
x
Reference in New Issue
Block a user