DmitrMakeev commited on
Commit
25d92a1
1 Parent(s): 3867c22

Update api_logic.py

Browse files
Files changed (1) hide show
  1. api_logic.py +2 -4
api_logic.py CHANGED
@@ -56,10 +56,8 @@ def api():
56
 
57
  # Создаем JSON-объект
58
  response = {
59
- "ph_set": globs.ph,
60
- "ec_set": globs.ec,
61
- "dey_set": globs.dey,
62
- "wek_set": globs.wek,
63
  "err": err
64
  }
65
 
 
56
 
57
  # Создаем JSON-объект
58
  response = {
59
+ "ph_set": globs.ph_set,
60
+ "eep_set": gglobs.eep_set,
 
 
61
  "err": err
62
  }
63