Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
/ onthisday Public archive

Commit 16a6c5c

Browse files
committed
Fixup: had disabled births/deaths for debugging
1 parent d8617f7 commit 16a6c5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/extract.py

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
if isinstance(node, Section) and node.children[0].asText().strip() in (u'Events', u'Births', u'Deaths'):
3333

3434
section = node.children[0].asText().strip().lower().encode('utf-8')
35-
if not section == "events":
36-
continue
3735

3836
results[section] = []
3937

0 commit comments

Comments
 (0)