Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
d0efdce
1
Parent(s):
24c0c33
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def zapro():
|
|
37 |
# globs.initialize()
|
38 |
|
39 |
# return flask.render_template('zapro.html', ph_values=globs.ph_value, ec_values=globs.ec_value)
|
40 |
-
return jsonify(
|
41 |
# return render_template('zapro.html', ph_values=globs.ph_value, ec_values=globs.ec_value)
|
42 |
|
43 |
|
|
|
37 |
# globs.initialize()
|
38 |
|
39 |
# return flask.render_template('zapro.html', ph_values=globs.ph_value, ec_values=globs.ec_value)
|
40 |
+
return jsonify(ph=globs.ph, ec=globs.ec)
|
41 |
# return render_template('zapro.html', ph_values=globs.ph_value, ec_values=globs.ec_value)
|
42 |
|
43 |
|