Turn off on_testing in app.py
This commit is contained in:
parent
9282cbcc74
commit
d5a2c6f2e2
2
app.py
2
app.py
|
@ -28,7 +28,7 @@ expo_postprocessed_dir = info['expo_postprocessed_dir']
|
||||||
expo_postprocess_temp_dir = info['expo_postprocess_temp_dir']
|
expo_postprocess_temp_dir = info['expo_postprocess_temp_dir']
|
||||||
|
|
||||||
on_postprocessing = False
|
on_postprocessing = False
|
||||||
on_testing = True
|
on_testing = False
|
||||||
|
|
||||||
@app.route('/expo_fencing_pose', methods=['POST'])
|
@app.route('/expo_fencing_pose', methods=['POST'])
|
||||||
def expo_fencing_pose():
|
def expo_fencing_pose():
|
||||||
|
|
Loading…
Reference in New Issue