cur.execute(
"INSERT INTO tool1 ( USERID , USER_NAME , GROUP_NAME) VALUES (108535, ? , ? )",
( userName, groupName ) );
tool1 needs to be variable
cur.execute(
"INSERT INTO tool1 ( USERID , USER_NAME , GROUP_NAME) VALUES (108535, ? , ? )",
( userName, groupName ) );
tool1 needs to be variable