Skip to content

Commit 7263490

Browse files
committed
Make preliminary q14 parameter parsable
1 parent bec89c7 commit 7263490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paramgenerator/generateparamsbi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def serialize_q13(countries):
195195
def serialize_q14(creationdates):
196196
writer = ParamsWriter("q14", ["begin","todoEnd"])
197197
for creation, count in creationdates:
198-
writer.append([str(creation),"todo"], [count])
198+
writer.append([str(creation),str(1278888800000)], [count])
199199

200200
def serialize_q15(countries):
201201
writer = ParamsWriter("q15", ["country"])

0 commit comments

Comments
 (0)