Skip to content

Commit

Permalink
Fixed typo in log message (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
microraptor authored and syssi committed Nov 5, 2018
1 parent b328fdf commit dc895c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def url(self, ip=None):
def serve_once(self):
self.server.handle_request()
if getattr(self.server, "got_request"):
_LOGGER.info("Got a request, shold be downloading now.")
_LOGGER.info("Got a request, should be downloading now.")
return True
else:
_LOGGER.error("No request was made..")
Expand Down

0 comments on commit dc895c8

Please sign in to comment.