Skip to content

Commit

Permalink
Update bta_wrapper.py
Browse files Browse the repository at this point in the history
fix minor bug
  • Loading branch information
jschibberges authored Sep 16, 2024
1 parent 19cfe7c commit 09d12e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundestag_api/bta_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def search_procedureposition(self,
date_end=date_end,
num=num,
updated_since=updated_since,
updated_until=updated_until,,
updated_until=updated_until,
document_type=document_type,
title=title)
return data
Expand Down

0 comments on commit 09d12e9

Please sign in to comment.