remove debug
This commit is contained in:
parent
cfb11ee423
commit
e8a82a8b9e
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ def main(host='localhost', port=8086, user='root', password='root', dbname='demo
|
|||
|
||||
db = InfluxDBClient(host, port, user, password, dbname)
|
||||
measurements = db.get_list_measurements()
|
||||
print(measurements)
|
||||
if measurements != []:
|
||||
lastentry = db.query('SELECT LAST("steps") FROM "steps"')
|
||||
|
||||
|
|
Loading…
Reference in a new issue