sampleData wasn't setting last_send_time either
This commit is contained in:
@@ -60,6 +60,7 @@ class Sample(Tag):
|
||||
r = requests.post('{}/tag_val'.format(web_address), data=data)
|
||||
resp = json.loads(r.text)
|
||||
print("Stored {} for {} at {}".format(resp['val'], self.name, resp['createdAt']))
|
||||
self.last_send_time = time.time()
|
||||
|
||||
tag_store = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user