We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc82ea commit 383c2f1Copy full SHA for 383c2f1
src/models/europython.py
@@ -291,7 +291,7 @@ def extract_answers(cls, values) -> dict:
291
values["tweet"] = answer.answer_text
292
293
if answer.question_text == SubmissionQuestion.delivery:
294
- if "Yes" in answer.answer_text:
+ if "in-person" in answer.answer_text:
295
values["delivery"] = "in-person"
296
else:
297
values["delivery"] = "remote"
0 commit comments