Spaces:
Sleeping
Sleeping
t5
commited on
Commit
·
dbc588b
1
Parent(s):
0480d95
apple
Browse files- neo server.py +1 -0
neo server.py
CHANGED
|
@@ -67,6 +67,7 @@ def handle_post():
|
|
| 67 |
try:
|
| 68 |
if request.is_json and (data:=request.get_json()) and ("limp" in data):
|
| 69 |
run1(data)
|
|
|
|
| 70 |
if not "1" in data: return impt("./c2/impot.py",reload=0).flap(app, request)
|
| 71 |
if "1" in data:
|
| 72 |
e={}
|
|
|
|
| 67 |
try:
|
| 68 |
if request.is_json and (data:=request.get_json()) and ("limp" in data):
|
| 69 |
run1(data)
|
| 70 |
+
else: return impt("c2/impot.py",reload=0).flap(app, request)
|
| 71 |
if not "1" in data: return impt("./c2/impot.py",reload=0).flap(app, request)
|
| 72 |
if "1" in data:
|
| 73 |
e={}
|