Exception Value: Incorrect number of bindings supplied. The current statement uses 0, and there are 1 supplied. select raw code example
Example: Incorrect number of bindings supplied. The current statement uses 1, and there are 3 supplied.
#You need to pass in a sequence, comma at the end:
cursor.execute('SELECT * FROM TABLE WHERE COL = ?;', (string,))