質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
-
cursor.execute("INSERT INTO
|
37
|
+
cursor.execute("INSERT INTO tablename(id,opinion) VALUES(%s, %s)",(new_id, opinion))
|
38
38
|
|
39
39
|
db.commit()
|
40
40
|
|