1 parent 9121b1c commit cea6dd7Copy full SHA for cea6dd7
1 file changed
pythonosc/osc_server.py
@@ -50,6 +50,7 @@ def __init__(self, server_address: Tuple[str, int], dispatcher: Dispatcher, is_l
50
Args:
51
server_address: IP and port of server
52
dispatcher: Dispatcher this server will use
53
+ (optional) is_listen: default=True defines if the server has to start on call of constructor
54
"""
55
super().__init__(server_address, _UDPHandler, is_listen)
56
self._dispatcher = dispatcher
0 commit comments