Skip to content

Commit 2e6daf1

Browse files
committed
removed the TODO comment about parsing date from gov bills
1 parent bf8f1ad commit 2e6daf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/knesset/simple/management/commands/parse_laws.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ def parse_pdf(self,pdf_url):
209209
f.write(d.read())
210210
f.close()
211211
prop = GovProposal(filename)
212-
213-
# TODO: fix this. the parsing doesn't get date yet.
212+
214213
# TODO: check if parsing handles more than 1 prop in a booklet
215214
return [{'title':prop.get_title(),'date':prop.get_date(), 'bill':prop}]
215+
216216
#############
217217
# Main #
218218
#############

0 commit comments

Comments
 (0)