Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
feat: Update to ACA-Py 0.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
  • Loading branch information
TheTechmage committed Jul 6, 2022
1 parent 46357cd commit 064c889
Show file tree
Hide file tree
Showing 5 changed files with 377 additions and 309 deletions.
1 change: 0 additions & 1 deletion acapy_plugin_toolbox/http_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def __init__(self, host: str, port: int, create_session, **kwargs) -> None:
self.host = host
self.port = port
self.site: web.BaseSite = None
self.is_external = False

inbound_ws_message_handler = ws.WsTransport.inbound_message_handler
inbound_http_message_handler = http.HttpTransport.inbound_message_handler
Expand Down
Loading

0 comments on commit 064c889

Please sign in to comment.