Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot committed May 18, 2019
1 parent 102190e commit dcf0ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blinkpy/blinkpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,4 @@ def _parse_downloaded_items(self, result, camera, path, debug):
_LOGGER.info("Downloaded video to %s", filename)
else:
print("Camera: {}, Timestamp: {}, Address: {}".format(
camera_name, created_at, address))
camera_name, created_at, address))

0 comments on commit dcf0ce6

Please sign in to comment.