Skip to content
Snippets Groups Projects
Commit d8f80da6 authored by William Roberts's avatar William Roberts
Browse files

Fix line being too long

parent 8fc9f2de
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,8 @@ def main():
help=('Tail file forever, not returning. This will start at the end '
'of the file and insert any new data added after starting'))
parser.add_argument('--ldmp', action='store_true',
help='Treat `src` file as a station name and read records from LoggerNet LDMP server (port: 1024)')
help='Treat `src` file as a station name and read records from'
'LoggerNet LDMP server (port: 1024)')
parser.add_argument('--tables', nargs='*', default=['1'],
help="LoggerNet LDMP tables to read in")
parser.add_argument("--host", default=influxdb.DB_HOST,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment