Skip to content

Commit

Permalink
Merge pull request #91 from WestFlame/master
Browse files Browse the repository at this point in the history
Bugfix in variable name (set_port).
  • Loading branch information
keent committed Jun 9, 2016
2 parents ecc3ea7 + b88e410 commit 9b17386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyre/pyre.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def set_verbose(self):
all major events."""
self.actor.send_unicode("SET VERBOSE")

def set_port(self, port_nbt):
def set_port(self, port_nbr):
"""Set UDP beacon discovery port; defaults to 5670, this call overrides
that so you can create independent clusters on the same network, for
e.g. development vs. production. Has no effect after zyre_start()."""
Expand Down

0 comments on commit 9b17386

Please sign in to comment.