fix indentation for method request_command_status
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@ def request_system_disarm(blink, network):
|
||||
def request_command_status(blink, network, command_id):
|
||||
"""Request command status."""
|
||||
url = "{}/network/{}/command/{}".format(blink.urls.base_url,
|
||||
network,
|
||||
command_id)
|
||||
network,
|
||||
command_id)
|
||||
return http_get(blink, url)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user