Fixing tabs/spaces

This commit is contained in:
pratstercs
2017-05-01 00:35:28 +01:00
parent 54edacdfe7
commit 74d5333bdf

View File

@@ -253,7 +253,7 @@ class WebInterface(object):
for name in namecheck:
artistname = name['ArtistName']
try:
logger.info(u"Deleting all traces of artist: " + artistname)
logger.info(u"Deleting all traces of artist: " + artistname)
except TypeError:
logger.info(u"Deleting all traces of artist: null")
myDB.action('DELETE from artists WHERE ArtistID=?', [ArtistID])