Skip to content

Commit 13213df

Browse files
committed
Bugfix.
1 parent 79eaa7b commit 13213df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mocket/mocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class MocketSocket(object):
128128
_bufsize = None
129129

130130
def __init__(
131-
self, family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0, **kwargs
131+
self, family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0, *args, **kwargs
132132
):
133133
self.settimeout(socket._GLOBAL_DEFAULT_TIMEOUT)
134134
self.true_socket = true_socket(family, type, proto)

0 commit comments

Comments
 (0)