We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec89c7 commit 7263490Copy full SHA for 7263490
paramgenerator/generateparamsbi.py
@@ -195,7 +195,7 @@ def serialize_q13(countries):
195
def serialize_q14(creationdates):
196
writer = ParamsWriter("q14", ["begin","todoEnd"])
197
for creation, count in creationdates:
198
- writer.append([str(creation),"todo"], [count])
+ writer.append([str(creation),str(1278888800000)], [count])
199
200
def serialize_q15(countries):
201
writer = ParamsWriter("q15", ["country"])
0 commit comments