Skip to content

Commit

Permalink
fix: fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 9, 2019
1 parent 3bcee8f commit d7f2e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,8 @@ async def ws_close_handler():
await sleep(delay)
(hass.data[DATA_ALEXAMEDIA]['accounts']
[email]['websocket_lastattempt']) = time.time()
(hass.data[DATA_ALEXAMEDIA]['accounts']
[email]['websocket']) = await ws_connect()
(hass.data[DATA_ALEXAMEDIA]['accounts']
[email]['websocket']) = await ws_connect()
errors += 1
delay = 5 * 2 ** errors
else:
Expand Down

0 comments on commit d7f2e6c

Please sign in to comment.