Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
3cea283
1
Parent(s):
10401ff
Update api_logic.py
Browse files- api_logic.py +1 -1
api_logic.py
CHANGED
@@ -2,7 +2,7 @@ from flask import request, jsonify
|
|
2 |
import globs
|
3 |
|
4 |
def api():
|
5 |
-
globs.initialize()
|
6 |
|
7 |
# Читаем значение параметра "ph" из GET-запроса
|
8 |
globs.ph_value = request.args.get('ph')
|
|
|
2 |
import globs
|
3 |
|
4 |
def api():
|
5 |
+
#globs.initialize()
|
6 |
|
7 |
# Читаем значение параметра "ph" из GET-запроса
|
8 |
globs.ph_value = request.args.get('ph')
|