Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbleboy14 committed May 9, 2024
1 parent 9468d81 commit fb6523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket/_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def check() -> bool:
)
):
raise WebSocketTimeoutException("ping/pong timed out")
return TruehandleDisco
return True

def closed(
e: Union[
Expand Down

0 comments on commit fb6523b

Please sign in to comment.