DmitrMakeev commited on
Commit
b022a46
1 Parent(s): d0f8dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -27,15 +27,15 @@ def zapro():
27
  @app.route("/test2", methods=['GET'])
28
  def zapro2():
29
  # Читаем значение параметра "T1" из GET-запроса
30
- t1 = request.args.get('T1')
31
 
32
  # Читаем значение параметра "test2" из GET-запроса
33
- test2 = request.args.get('test2')
34
 
35
  # Создаем JSON-объект с прочитанными значениями параметров
36
  response = {
37
- "T1": t1,
38
- "test2": test2
39
  }
40
 
41
  # Возвращаем JSON-объект и задаем MIME-тип application/json
 
27
  @app.route("/test2", methods=['GET'])
28
  def zapro2():
29
  # Читаем значение параметра "T1" из GET-запроса
30
+ t1 = request.args.get('ph')
31
 
32
  # Читаем значение параметра "test2" из GET-запроса
33
+ test2 = request.args.get('ec')
34
 
35
  # Создаем JSON-объект с прочитанными значениями параметров
36
  response = {
37
+ "ph_out": ph,
38
+ "ec_out": ec
39
  }
40
 
41
  # Возвращаем JSON-объект и задаем MIME-тип application/json