Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arraylabs authored Oct 11, 2018
1 parent 3a9f4f6 commit 3d330cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymyq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get_status(self, device_id):
sleep(5)

else:
self.logger.error("MyQ - API Error[get_status] %s", ex)
self.logger.error("MyQ - API Error[get_status] - Failed to get return from API after 3 attempts.")
return False

doorstate = doorstate.json()['AttributeValue']
Expand Down

0 comments on commit 3d330cf

Please sign in to comment.