Skip to content

Commit

Permalink
OSCThreadServer.address_method() docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras authored and tshirtman committed Oct 27, 2018
1 parent e3511eb commit b47d943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscpy/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def address_method(self, address, sock=None, get_address=False):
class MyServer(object):
@osc.address_method(b'/test')
def success(*args):
def success(self, *args):
print("success!", args)
"""
def decorator(decorated):
Expand Down

0 comments on commit b47d943

Please sign in to comment.