Skip to content

Commit 8d85510

Browse files
committed
Download: Remove unused query
1 parent 40a209a commit 8d85510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Build resource list dynamically based on exclusions
3030
resources = [
3131
"submissions?state=confirmed&expand=answers.question,submission_type,track,slots.room",
32-
"speakers?questions=all",
32+
"speakers",
3333
]
3434

3535
if "youtube" not in exclude:

0 commit comments

Comments
 (0)