Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit d039595

Browse files
committed
fix login
1 parent e07a0f4 commit d039595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/loginEvent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ async def handle(web_handler: AsyncRequestHandler) -> tuple[str, bytes]: # toke
293293
},
294294
)
295295

296-
await osuToken.notifyUserOfRestrictionStatusChange(userToken["token_id"])
296+
await osuToken.notify_user_of_restriction_status_change(userToken["token_id"])
297297

298298
""" osu!Akatuki account freezing. """
299299

0 commit comments

Comments
 (0)