Update sibyl endpoint
This commit is contained in:
parent
0037a03879
commit
ff860629c3
|
@ -173,7 +173,7 @@ async def get_sibyl(entity):
|
||||||
return '- <b>404:</b> Missing sibyl api key'
|
return '- <b>404:</b> Missing sibyl api key'
|
||||||
status = 500
|
status = 500
|
||||||
try:
|
try:
|
||||||
async with session.get(f'https://psychopass.animekaizoku.com/getInfo?token={config["config"]["sibyl_api"]}&userid={entity}') as resp:
|
async with session.get(f'https://psychopass.kaizoku.cyou/getInfo?token={config["config"]["sibyl_api"]}&userid={entity}') as resp:
|
||||||
status = resp.status
|
status = resp.status
|
||||||
json = await resp.json()
|
json = await resp.json()
|
||||||
except BaseException as ex:
|
except BaseException as ex:
|
||||||
|
|
Loading…
Reference in New Issue