Jun-06-2020, 08:36 PM
1. you miss closing bracket
2. you never pass your values to execute
try
2. you never pass your values to execute
try
1 |
db.execute( "INSERT INTO users (username, password) VALUES (:username, :password)" % (username, password)) |
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs