Skip to content

Commit

Permalink
update stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Jan 8, 2025
1 parent 479f5ef commit e84f3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_fortnite/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
async def get_stats(
name: str,
time_window: TimeWindow = TimeWindow.SEASON,
image: StatsImageType = StatsImageType.None
image: StatsImageType = None
) -> BrPlayerStats:
async with Client(api_key=api_key) as client:
return await client.fetch_br_stats(
Expand Down

0 comments on commit e84f3ce

Please sign in to comment.