質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
```
|
30
30
|
pi@raspberrypi:~/web/cgi-bin $ python3 dat_ret.py
|
31
31
|
File "dat_ret.py", line 19
|
32
|
-
cursor.executemany("INSERT INTO
|
32
|
+
cursor.executemany("INSERT INTO data (temp, press, hum, light)
|
33
33
|
^
|
34
34
|
SyntaxError: EOL while scanning string literal
|
35
35
|
```
|