fixed identation

This commit is contained in:
mrepetto 2019-09-19 17:49:28 -03:00
parent 213069a05d
commit 728f85f4db

View file

@ -71,7 +71,7 @@ INSERT_FINGERPRINT = f"""
INSERT IGNORE INTO `{FINGERPRINTS_TABLENAME}` ( INSERT IGNORE INTO `{FINGERPRINTS_TABLENAME}` (
`{FIELD_SONG_ID}` `{FIELD_SONG_ID}`
, `{FIELD_HASH}` , `{FIELD_HASH}`
, `{FIELD_OFFSET}`) , `{FIELD_OFFSET}`)
VALUES (%s, UNHEX(%s), %s); VALUES (%s, UNHEX(%s), %s);
""" """