no json required
This commit is contained in:
parent
a465d09e63
commit
f9a1a61200
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import datetime
|
||||||
import time
|
import time
|
||||||
import sqlite3 as lite
|
import sqlite3 as lite
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
|
||||||
|
|
||||||
def main(host='localhost', port=8086, user='root', password='root', dbname='demo', dbfile='demo.db'):
|
def main(host='localhost', port=8086, user='root', password='root', dbname='demo', dbfile='demo.db'):
|
||||||
"""Instantiate the connection to the InfluxDB client."""
|
"""Instantiate the connection to the InfluxDB client."""
|
||||||
|
|
Loading…
Reference in a new issue