Skip to content

Commit 8ac3a67

Browse files
authored
temporarily fix missing sessions when using pagination (#69)
1 parent ea46ebd commit 8ac3a67

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
@@ -17,7 +17,7 @@
1717
resources = [
1818
# Questions need to be passed to include answers in the same endpoint,
1919
# saving us later time with joining the answers.
20-
"submissions?questions=all",
20+
"submissions?questions=all&state=confirmed",
2121
"speakers?questions=all",
2222
]
2323

0 commit comments

Comments
 (0)