質問編集履歴

2

太字

2021/06/15 00:23

投稿

dyrobin
dyrobin

スコア13

test CHANGED
File without changes
test CHANGED
@@ -110,15 +110,15 @@
110
110
 
111
111
 
112
112
 
113
- **__ @app.route("/")
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)

2021/06/15 00:23

投稿

dyrobin
dyrobin

スコア13

test CHANGED
File without changes
test CHANGED
File without changes