Skip to content

Commit

Permalink
Fix socket path bug in control client
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-berg committed Apr 27, 2022
1 parent e3bbb05 commit a4ecf39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = asyncio-taskpool
version = 1.0.2
version = 1.0.3
author = Daniil Fajnberg
author_email = [email protected]
description = Dynamically manage pools of asyncio tasks
Expand Down
2 changes: 1 addition & 1 deletion src/asyncio_taskpool/control/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

CLIENT_CLASS = 'client_class'
UNIX, TCP = 'unix', 'tcp'
SOCKET_PATH = 'path'
SOCKET_PATH = 'socket_path'
HOST, PORT = 'host', 'port'


Expand Down

0 comments on commit a4ecf39

Please sign in to comment.