mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-08 12:49:32 +01:00
Minor change to logging message
This commit is contained in:
@@ -24,7 +24,7 @@ class Headphones:
|
||||
page.append(templates._nav)
|
||||
#Display Database if it exists:
|
||||
if os.path.exists(database):
|
||||
logger.log(u"Loading artists from the database...")
|
||||
#logger.log(u"Loading artists from the database...")
|
||||
conn=sqlite3.connect(database)
|
||||
c=conn.cursor()
|
||||
c.execute('SELECT ArtistName, ArtistID, Status from artists order by ArtistSortName collate nocase')
|
||||
|
||||
Reference in New Issue
Block a user