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", ]