From 7e2472ba233cd494fdda7d1d12b29836c9e0d711 Mon Sep 17 00:00:00 2001 From: Antoine Falisse Date: Mon, 13 May 2024 09:17:48 -0700 Subject: [PATCH] minor --- squat_analysis/function/handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/squat_analysis/function/handler.py b/squat_analysis/function/handler.py index 914f629..724d83b 100644 --- a/squat_analysis/function/handler.py +++ b/squat_analysis/function/handler.py @@ -44,11 +44,9 @@ def handler(event, context): # %% User inputs. # Specify session id; see end of url in app.opencap.ai/session/. - # session_id = "8e430ad2-989c-4354-a6f1-7eb21fa0a16e" session_id = kwargs['session_id'] # Specify trial names in a list; use None to process all trials in a session. - # specific_trial_names = ['walk'] specific_trial_names = kwargs['specific_trial_names'] # Specify where to download the data.