diff options
| author | Donald Davis <don@haifisch.local> | 2019-01-23 09:49:48 -0800 |
|---|---|---|
| committer | Donald Davis <don@haifisch.local> | 2019-01-23 09:49:48 -0800 |
| commit | c7e3784dbf23828928b52752b89f6b7c4e96a396 (patch) | |
| tree | caafc9cbcbc5190497d7c9d97a093f385bbc7e45 /console/EMSConsole.py | |
| parent | fc62e8d29f215b0e85cb62b1273636bc2f2686ba (diff) | |
new wxpython syntax
Diffstat (limited to 'console/EMSConsole.py')
| -rwxr-xr-x | console/EMSConsole.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/EMSConsole.py b/console/EMSConsole.py index 4378fdf..39b1e2a 100755 --- a/console/EMSConsole.py +++ b/console/EMSConsole.py @@ -48,7 +48,7 @@ def log_to_google_app(key,verb=':',value=None): device=application.main.device if value is not None and device.device_ssn_string is not None : try: - print "LOG:(" + device.device_ssn_string + ")" + value + #print "LOG:(" + device.device_ssn_string + ")" + value ssn=device.device_ssn_string (timestamp,ambient,chiller1,chiller2,air1,air2,chiller, fan,soh,state) = value.split(',') |
