Spaces:
Sleeping
Sleeping
Update api_logic.py
Browse files- api_logic.py +1 -1
api_logic.py
CHANGED
|
@@ -38,7 +38,7 @@ globs.alW = 0
|
|
| 38 |
def api():
|
| 39 |
err = 0
|
| 40 |
|
| 41 |
-
if api_variable == request.args.get('
|
| 42 |
globs.dey = request.args.get('dey')
|
| 43 |
globs.wek = request.args.get('wek')
|
| 44 |
globs.v_hid = request.args.get('v_hid')
|
|
|
|
| 38 |
def api():
|
| 39 |
err = 0
|
| 40 |
|
| 41 |
+
if api_variable == request.args.get('api'):
|
| 42 |
globs.dey = request.args.get('dey')
|
| 43 |
globs.wek = request.args.get('wek')
|
| 44 |
globs.v_hid = request.args.get('v_hid')
|