Changed API url
This commit is contained in:
parent
885e1ca155
commit
bc847f3fb8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue