Skip to content

Commit c4a7f3b

Browse files
authored
Bugfix. (#90)
1 parent c249796 commit c4a7f3b

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)