diff options
Diffstat (limited to 'examples/dashboard')
| -rw-r--r-- | examples/dashboard/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
