fix string
This commit is contained in:
@@ -214,7 +214,7 @@ def start(ctx):
|
||||
click.echo("Sent!")
|
||||
except InfluxDBServerError as e:
|
||||
click.echo("An error occured: %s" % e)
|
||||
click.echo("Storing data for now, waiting for the next interval." % e)
|
||||
click.echo("Storing data for now, waiting for the next interval.")
|
||||
click.echo("Sleeping for %s seconds" % interval)
|
||||
sleep(int(interval))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user