Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed Apr 5, 2019
1 parent 79eaa7b commit 13213df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocket/mocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class MocketSocket(object):
_bufsize = None

def __init__(
self, family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0, **kwargs
self, family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0, *args, **kwargs
):
self.settimeout(socket._GLOBAL_DEFAULT_TIMEOUT)
self.true_socket = true_socket(family, type, proto)
Expand Down

0 comments on commit 13213df

Please sign in to comment.