remove debug
This commit is contained in:
parent
173bdd3e5e
commit
15d7144a8f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def main(host='localhost', port=8086, user='root', password='root', dbname='demo
|
|||
}
|
||||
]
|
||||
|
||||
print(data)
|
||||
#print(data)
|
||||
db.write_points(data)
|
||||
db.close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue