From a91332ab54eb8c5ebf66baae2935f4a1449fc963 Mon Sep 17 00:00:00 2001 From: spaffel <53013322+Calvinwaran@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:12:01 +0100 Subject: [PATCH] updated api --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 2821186..d11a6a0 100644 --- a/bot.py +++ b/bot.py @@ -109,7 +109,7 @@ async def pcount(ctx): "port": port } - url = 'http://api.spaffel.de:3667/getdata' + url = 'http://cloud.spaffel.de:25578/getdata' s = requests.Session() s.headers.update({"ip" : serverip, "port": port })