mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 08:53:59 +01:00
Minor change to logging message
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ class Headphones:
|
|||||||
page.append(templates._nav)
|
page.append(templates._nav)
|
||||||
#Display Database if it exists:
|
#Display Database if it exists:
|
||||||
if os.path.exists(database):
|
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)
|
conn=sqlite3.connect(database)
|
||||||
c=conn.cursor()
|
c=conn.cursor()
|
||||||
c.execute('SELECT ArtistName, ArtistID, Status from artists order by ArtistSortName collate nocase')
|
c.execute('SELECT ArtistName, ArtistID, Status from artists order by ArtistSortName collate nocase')
|
||||||
|
|||||||
Reference in New Issue
Block a user