Skip to content

Commit

Permalink
don't report data
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all authored Feb 1, 2024
1 parent bd99cd8 commit f23c609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/v2/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ async def get_prediction(
player = Player(session)
names = await asyncio.gather(*[to_jagex_name(n) for n in name])
data = await player.get_prediction(player_names=names)
logger.info(data)
if not data:
raise HTTPException(
status_code=status.HTTP_404_NOT_FOUND, detail="Player not found"
Expand Down

0 comments on commit f23c609

Please sign in to comment.