Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donkevlar committed Feb 8, 2024
1 parent 2e4d7eb commit 128e00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async def show_all_libraries(ctx: SlashContext):
@slash_command(name="recent-sessions",
description="Display up to 5 recent sessions")
@check(ownership_check)
async def show_recent_sessions(ctx: SlashContext):
async def show_recent_sessions(ctx):
try:
formatted_sessions_string, data = c.bookshelf_listening_stats()

Expand Down

0 comments on commit 128e00c

Please sign in to comment.