DmitrMakeev commited on
Commit
3ab1745
1 Parent(s): 59cab72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def zapro():
25
 
26
 
27
  @app.route("/test2", methods=['GET'])
28
- def zapro():
29
  # Читаем значение параметра "T1" из GET-запроса
30
  t1 = request.args.get('T1')
31
 
 
25
 
26
 
27
  @app.route("/test2", methods=['GET'])
28
+ def zapro2():
29
  # Читаем значение параметра "T1" из GET-запроса
30
  t1 = request.args.get('T1')
31