fix indentation for method request_command_status

This commit is contained in:
md-reddevil
2018-11-14 15:57:46 +02:00
committed by GitHub
parent d62429189e
commit 8b0507f1a7
+2 -2
View File
@@ -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)