Skip to content

Commit

Permalink
BC-02: revert __init__(ip arg) change.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlockhart committed Apr 7, 2017
1 parent 433be5a commit a128295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BAC0/scripts/ReadWriteScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ReadWriteScript(BasicScript, WhoisIAm, ReadProperty, WriteProperty, Simula
:param ip='127.0.0.1': Address must be in the same subnet as the BACnet network
[BBMD and Foreign Device - not supported]
"""
def __init__(self, ip='127.0.0.1'):
def __init__(self, ip=None):
log_debug("Configurating app")
if ip is None:
host = HostIP()
Expand Down

0 comments on commit a128295

Please sign in to comment.