From d5a2c6f2e23db3973deb532e5fff13df2a4bf903 Mon Sep 17 00:00:00 2001 From: yatman Date: Thu, 24 Oct 2024 18:13:57 +0000 Subject: [PATCH] Turn off on_testing in app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 02e9fbc..4dc5d2c 100644 --- a/app.py +++ b/app.py @@ -28,7 +28,7 @@ expo_postprocessed_dir = info['expo_postprocessed_dir'] expo_postprocess_temp_dir = info['expo_postprocess_temp_dir'] on_postprocessing = False -on_testing = True +on_testing = False @app.route('/expo_fencing_pose', methods=['POST']) def expo_fencing_pose():