master
ademant 2019-06-27 05:52:23 +02:00
parent b6f6d8e2d4
commit 9c21ea200d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class meas_data:
self.json_out['time']=self.act_time
self.json_out['payload'][self.var_name]['timestamp']=self.act_time
self.json_out['payload'][self.var_name]['value']=self.act_value
print(json.dumps(self.json_out))
# print(json.dumps(self.json_out))
try:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
except: