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 7263490 commit b937907Copy full SHA for b937907
paramgenerator/generateparamsbi.py
@@ -231,7 +231,7 @@ def serialize_q20():
231
def serialize_q21(countries):
232
writer = ParamsWriter("q21", ["country","endDate"])
233
for country, count in countries:
234
- writer.append([country,str("2013-02-01")], [count])
+ writer.append([country,str(format_date(END_DATE))], [count])
235
236
def serialize_q22(countries):
237
writer = ParamsWriter("q22", ["country1","country2"])
0 commit comments