Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinefalisse committed May 13, 2024
1 parent ffc2bdd commit 7e2472b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions squat_analysis/function/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ def handler(event, context):

# %% User inputs.
# Specify session id; see end of url in app.opencap.ai/session/<session_id>.
# 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.
Expand Down

0 comments on commit 7e2472b

Please sign in to comment.