From 59f51c1ba50a5cc7f3d92432479d145440abe01a Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 15 Jan 2017 19:36:39 +0100 Subject: vainglory -> Vainglory --- examples/dashboard/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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"]) -- cgit v1.3.1