Skip to content

Commit

Permalink
Merge pull request #172 from fronzbot/fix-video-api
Browse files Browse the repository at this point in the history
Changed log to print
  • Loading branch information
fronzbot committed May 18, 2019
2 parents a7340c9 + dcf0ce6 commit 749c68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blinkpy/blinkpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,5 +325,5 @@ def _parse_downloaded_items(self, result, camera, path, debug):

_LOGGER.info("Downloaded video to %s", filename)
else:
_LOGGER.info("Camera: %s, Timestamp: %s, Address: %s",
camera_name, created_at, address)
print("Camera: {}, Timestamp: {}, Address: {}".format(
camera_name, created_at, address))

0 comments on commit 749c68b

Please sign in to comment.