Skip to content

Commit cea6dd7

Browse files
author
Thomas Weigel
committed
change commend
1 parent 9121b1c commit cea6dd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonosc/osc_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def __init__(self, server_address: Tuple[str, int], dispatcher: Dispatcher, is_l
5050
Args:
5151
server_address: IP and port of server
5252
dispatcher: Dispatcher this server will use
53+
(optional) is_listen: default=True defines if the server has to start on call of constructor
5354
"""
5455
super().__init__(server_address, _UDPHandler, is_listen)
5556
self._dispatcher = dispatcher

0 commit comments

Comments
 (0)