From bc847f3fb8736082b106686fca5a75aca78e0b50 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Tue, 28 Aug 2012 08:25:31 +1200 Subject: [PATCH] Changed API url --- plugins/fishbans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fishbans.py b/plugins/fishbans.py index 96a087b..97d0fb8 100644 --- a/plugins/fishbans.py +++ b/plugins/fishbans.py @@ -2,7 +2,7 @@ from util import hook, http from urllib import quote_plus import json -api_url = "http://www.fishbans.com/api/stats/%s/" +api_url = "http://www.fishbans.com/api/stats/%s/force/" @hook.command("bans")