From 0da012bfdbb4362946c911799cbdadcca093a1fa Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 15:04:23 -0600 Subject: [PATCH] Update getInfo.tasmota.py --- inc/getInfo.tasmota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/getInfo.tasmota.py b/inc/getInfo.tasmota.py index cb8d6466..247022af 100644 --- a/inc/getInfo.tasmota.py +++ b/inc/getInfo.tasmota.py @@ -11,6 +11,6 @@ time_zone = 2 device1 = lacrosse(device_id,unit_measure,time_zone) device_info=device1.getObservation(1) -print device_info +print (device_info)