Changed log to print

This commit is contained in:
Kevin Fronczak
2019-05-18 11:41:17 -04:00
parent 43c1162634
commit 102190e61b
+2 -2
View File
@@ -325,5 +325,5 @@ class Blink():
_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))