Skip to content

Commit ec593cc

Browse files
Updated stats example
1 parent aa42555 commit ec593cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example_v3_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
start_date = '2015-10-01'
1414
end_date = None
1515
aggregated_by = 'week' # must be day, week or month
16-
status, msg = client.stats.get(start_date, end_date, aggregated_by)
16+
status, msg = client.stats.get(
17+
start_date=start_date,
18+
end_date=end_date,
19+
aggregated_by=aggregated_by)
1720
print status
1821
print msg
1922

0 commit comments

Comments
 (0)