From 79d3adafe204639f01968fd09ea2dfed94e01940 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 24 Jan 2017 12:10:16 +0100 Subject: matches: drop arguments, support only parameter dics --- examples/dashboard/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dashboard/app.py') diff --git a/examples/dashboard/app.py b/examples/dashboard/app.py index f256f10..5d00fd2 100644 --- a/examples/dashboard/app.py +++ b/examples/dashboard/app.py @@ -34,7 +34,7 @@ def data(): data = dict() api = gamelocker.Gamelocker("aaa.bbb.ccc").Vainglory() data["number"] = config.batchsize - matches = api.matches(data["number"]) + matches = api.matches({"page[limit]": data["number"]}) playersactors = dict() gameModes = dict() -- cgit v1.3.1