Skip to content

Commit

Permalink
[7-add-unit-tests-for-the-agents] deps updates and minor fix in main
Browse files Browse the repository at this point in the history
  • Loading branch information
dzooli committed Nov 8, 2024
1 parent 0af42ce commit e70040a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
aio-pika = "^9.0"
wsaccel = "^0.6.4"
wsaccel = "^0.6.7"
ws4py = "^0.5.1"
attrs = "^23.1.0"
asyncclick = "^8.1.3.4"
Expand Down
2 changes: 1 addition & 1 deletion tvt_agents/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def run_websocket_source_loop(
loop_logger.error("WS source not specified!")
raise ValueError
wsaccel.patch_ws4py()
dist = Distributor(loop_logger)
dist = Distributor()
dist.logger = loop_logger
ws_source = WebSocketSource(
websocket_url,
Expand Down

0 comments on commit e70040a

Please sign in to comment.