Skip to content

Commit

Permalink
bug fix post prediction v missing
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Apr 24, 2024
1 parent a346a2e commit b32d61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cogs/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async def get_prediction_data(player_id: int = 0, limit: int = 0):


async def post_prediction(data: list[dict]):
url = f"{config.detector_api}/prediction"
url = f"{config.detector_api}/v1/prediction"
params = {"token": config.token}

while True:
Expand Down

0 comments on commit b32d61b

Please sign in to comment.