Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
f4638c4
1
Parent(s):
b9feb9c
Update api_logic.py
Browse files- api_logic.py +1 -1
api_logic.py
CHANGED
@@ -31,7 +31,7 @@ def api():
|
|
31 |
globs.rLe = request.args.get('rLe')
|
32 |
globs.alW = request.args.get('alW')
|
33 |
|
34 |
-
globs.
|
35 |
|
36 |
|
37 |
err = 1
|
|
|
31 |
globs.rLe = request.args.get('rLe')
|
32 |
globs.alW = request.args.get('alW')
|
33 |
|
34 |
+
globs.ph_eep = request.args.get('ph_eep')
|
35 |
|
36 |
|
37 |
err = 1
|