Python mySQL Update, Working but not updating table

use

dbb.commit()

after

curb.execute ("UPDATE RadioGroups SET CurrentState=1 WHERE RadioID=11")

to commit all the changes that you ‘loaded’ into the mysql server

Leave a Comment