From 4b57818653278f43454ba3d4a6864ec58c22de86 Mon Sep 17 00:00:00 2001 From: egeakman Date: Fri, 23 Aug 2024 17:26:46 +0300 Subject: [PATCH] temporarily fix missing sessions when using pagination --- src/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.py b/src/download.py index 486bc88..7e988f7 100644 --- a/src/download.py +++ b/src/download.py @@ -17,7 +17,7 @@ resources = [ # Questions need to be passed to include answers in the same endpoint, # saving us later time with joining the answers. - "submissions?questions=all", + "submissions?questions=all&state=confirmed", "speakers?questions=all", ]