summaryrefslogtreecommitdiff
path: root/examples/dashboard
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-01-15 19:36:39 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-01-15 19:36:39 +0100
commit59f51c1ba50a5cc7f3d92432479d145440abe01a (patch)
tree1edcb0ba7963d9bff414ef1f56a6da426cd56202 /examples/dashboard
parentbe0b8968651f98b962a18c4e750d6396c0fdaf47 (diff)
downloadpython-gamelocker-59f51c1ba50a5cc7f3d92432479d145440abe01a.tar.gz
python-gamelocker-59f51c1ba50a5cc7f3d92432479d145440abe01a.zip
vainglory -> Vainglory
Diffstat (limited to 'examples/dashboard')
-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"])