remove debug

This commit is contained in:
n 2019-05-19 19:54:36 +02:00
parent 173bdd3e5e
commit 15d7144a8f
1 changed files with 1 additions and 1 deletions

View File

@ -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()