Skip to content

Commit

Permalink
Move set_value under doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Liborsaf committed Apr 15, 2024
1 parent 33b9e2f commit 8d86ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonyapilib/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ def __init__(self, host, nickname, psk=None,
self._add_headers()

def init_device(self):
"""Update this object with data from the device"""
self._set_value('broadcast_address', '255.255.255.255')

"""Update this object with data from the device"""
self._update_service_urls()
self._update_commands()
self._add_headers()
Expand Down

0 comments on commit 8d86ead

Please sign in to comment.