Skip to content

Commit

Permalink
Add message about test result
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Jan 29, 2018
1 parent c580a15 commit b2bae56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mqtt2influxdb/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def main():
config = load_config(args.config)

if args.test:
print("The configuration file seems ok")
return

Mqtt2InfluxDB(config)
Expand Down

0 comments on commit b2bae56

Please sign in to comment.