mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 19:19:53 +00:00
fixed identation
This commit is contained in:
parent
213069a05d
commit
728f85f4db
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue