File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ def serialize_q13(countries):
195
195
def serialize_q14 (creationdates ):
196
196
writer = ParamsWriter ("q14" , ["begin" ,"todoEnd" ])
197
197
for creation , count in creationdates :
198
- writer .append ([str (creation ),"todo" ], [count ])
198
+ writer .append ([str (creation ),str ( 1278888800000 ) ], [count ])
199
199
200
200
def serialize_q15 (countries ):
201
201
writer = ParamsWriter ("q15" , ["country" ])
@@ -231,7 +231,7 @@ def serialize_q20():
231
231
def serialize_q21 (countries ):
232
232
writer = ParamsWriter ("q21" , ["country" ,"endDate" ])
233
233
for country , count in countries :
234
- writer .append ([country ,str ("2013-02-01" )], [count ])
234
+ writer .append ([country ,str (format_date ( END_DATE ) )], [count ])
235
235
236
236
def serialize_q22 (countries ):
237
237
writer = ParamsWriter ("q22" , ["country1" ,"country2" ])
You can’t perform that action at this time.
0 commit comments