Skip to content

Commit 08fc973

Browse files
author
Sebastian Raschka
committed
Update update_db.py
1 parent 35fce5c commit 08fc973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlite3/update_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
VALUES ( 'ZINC123456798',
2121
3,
2222
COALESCE((SELECT purchasable from zinc_db1 WHERE zinc_id = 'ZINC123456798'), 0)
23-
)"""
23+
)""")
2424

2525

2626

0 commit comments

Comments
 (0)