Turn off on_testing in app.py

This commit is contained in:
yatman 2024-10-24 18:13:57 +00:00
parent 9282cbcc74
commit d5a2c6f2e2
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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():