Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 6059d5d

Browse files
committed
iipyper osc args decorate func call fix
1 parent b390192 commit 6059d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iipyper/iipyper/osc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def handler(client, address, *args):
245245

246246
def args(self, route=None, return_host=None, return_port=None):
247247
"""decorate a function as an args-style OSC handler."""
248-
return self._decorate(False, route, return_host, return_port)
248+
return self._decorate(False, route, return_host, return_port, None)
249249

250250
def kwargs(self, route=None, return_host=None, return_port=None, json_keys=None):
251251
"""decorate a function as an kwargs-style OSC handler

0 commit comments

Comments
 (0)