kd7979148 commited on
Commit
636d073
·
verified ·
1 Parent(s): 6e8b7b2

Update test_server.py

Browse files
Files changed (1) hide show
  1. test_server.py +2 -2
test_server.py CHANGED
@@ -10,7 +10,7 @@ app = Flask(__name__)
10
  def home():
11
 
12
  #################################################
13
- # 로그 저장
14
  #################################################
15
 
16
  with open("access.log", "a", encoding="utf-8") as f:
@@ -25,7 +25,7 @@ def home():
25
  f.flush()
26
 
27
  #################################################
28
- # q 파라미터 출력
29
  #################################################
30
 
31
  q = request.args.get("q", "")
 
10
  def home():
11
 
12
  #################################################
13
+ # save logs
14
  #################################################
15
 
16
  with open("access.log", "a", encoding="utf-8") as f:
 
25
  f.flush()
26
 
27
  #################################################
28
+ # q param
29
  #################################################
30
 
31
  q = request.args.get("q", "")