updated api

This commit is contained in:
spaffel
2022-02-22 10:12:01 +01:00
committed by GitHub
parent 2b78b36403
commit a91332ab54

2
bot.py
View File

@@ -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 })