From c98b0e341c9222f79aaa40f25c125b9439edcd46 Mon Sep 17 00:00:00 2001 From: spaffel <53013322+Calvinwaran@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:13:18 +0100 Subject: [PATCH] updated api 2 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index d11a6a0..062059a 100644 --- a/bot.py +++ b/bot.py @@ -69,7 +69,7 @@ async def collectdata(): "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 })