Update ap.py
Browse files
ap.py
CHANGED
|
@@ -160,7 +160,7 @@ def svt_submit():
|
|
| 160 |
)
|
| 161 |
|
| 162 |
|
| 163 |
-
return jsonify({"response": response.text
|
| 164 |
|
| 165 |
|
| 166 |
except Exception as e:
|
|
|
|
| 160 |
)
|
| 161 |
|
| 162 |
|
| 163 |
+
return jsonify({"response": response.text})
|
| 164 |
|
| 165 |
|
| 166 |
except Exception as e:
|