diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-24 12:10:16 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-24 12:10:16 +0100 |
| commit | 79d3adafe204639f01968fd09ea2dfed94e01940 (patch) | |
| tree | ae2332ab72dccf19147315548aed0241f33827ba /examples | |
| parent | 3ccef39f3fe7c995abd3a7b429bf8e134661097a (diff) | |
| download | python-gamelocker-79d3adafe204639f01968fd09ea2dfed94e01940.tar.gz python-gamelocker-79d3adafe204639f01968fd09ea2dfed94e01940.zip | |
matches: drop arguments, support only parameter dics0.2.0
Diffstat (limited to 'examples')
| -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() |
