mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 09:11:42 +02:00
Fix trailing whitespace
This commit is contained in:
@ -32,7 +32,7 @@ def import_songs(song_csv):
|
||||
cur = conn.execute(text("ALTER TABLE songs ADD FULLTEXT(Title,Artist)"))
|
||||
conn.commit()
|
||||
except Exception:
|
||||
pass
|
||||
pass
|
||||
cur = conn.execute(text("SELECT Count(Id) FROM songs"))
|
||||
num_songs = cur.fetchone()[0] # type: ignore
|
||||
conn.commit()
|
||||
|
Reference in New Issue
Block a user