Skip to content

Commit

Permalink
Update forms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
victorchan-gogox authored Aug 16, 2024
1 parent a7465a3 commit bd08053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ggvlib/google/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def get_raw_responses_as_df(form_id: str) -> pd.DataFrame:
return_df = pd.DataFrame()
logger.info(f"Getting form responses as df from form {form_id}")
responses = get_raw_responses(form_id)
logger.info(responses)
if "responses" in responses.keys():
for row in responses["responses"]:
# logger.info(row)
Expand Down

0 comments on commit bd08053

Please sign in to comment.