Skip to content

Commit 383c2f1

Browse files
committed
delivery
1 parent 0cc82ea commit 383c2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/europython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def extract_answers(cls, values) -> dict:
291291
values["tweet"] = answer.answer_text
292292

293293
if answer.question_text == SubmissionQuestion.delivery:
294-
if "Yes" in answer.answer_text:
294+
if "in-person" in answer.answer_text:
295295
values["delivery"] = "in-person"
296296
else:
297297
values["delivery"] = "remote"

0 commit comments

Comments
 (0)