Revert "Merge pull request #5 from Percslol/main"

This reverts commit 2067592b7b, reversing
changes made to 82249fe707.
This commit is contained in:
ading2210 2024-12-26 00:12:57 -05:00
parent ca8a886757
commit 7648eecd7a
6 changed files with 12 additions and 27 deletions

View file

@ -130,9 +130,9 @@ api = {
get_error_string: get_error_str,
wisp: {
wisp_connections: wisp_client.client._wisp_connections,
WispConnection: wisp_client.client.ClientConnection,
WispWebSocket: wisp_client.client.WispWebSocket
wisp_connections: _wisp_connections,
WispConnection: WispConnection,
WispWebSocket: WispWebSocket
},
transport: "wisp",