質問編集履歴
2
太字
test
CHANGED
File without changes
|
test
CHANGED
@@ -110,15 +110,15 @@
|
|
110
110
|
|
111
111
|
|
112
112
|
|
113
|
-
**
|
113
|
+
**@app.route("/")
|
114
114
|
|
115
115
|
def index():
|
116
116
|
|
117
117
|
print(str(os.getpid()) + ": index(): count=" + str(count))
|
118
118
|
|
119
|
-
return render_template("index1.html", testcount = count)
|
119
|
+
return render_template("index1.html", testcount = count)
|
120
120
|
|
121
|
-
|
121
|
+
**
|
122
122
|
|
123
123
|
except KeyboardInterrupt:
|
124
124
|
|
1
タグ追加(flask)
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|