summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/dashboard/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dashboard/app.py b/examples/dashboard/app.py
index 78c3262..754004f 100644
--- a/examples/dashboard/app.py
+++ b/examples/dashboard/app.py
@@ -32,7 +32,7 @@ def data():
return render_template("stats.js", stats=data)
data = dict()
- api = gamelocker.Gamelocker("aaa.bbb.ccc").vainglory()
+ api = gamelocker.Gamelocker("aaa.bbb.ccc").Vainglory()
data["number"] = config.batchsize
matches = api.matches(data["number"])