Skip to content

Commit

Permalink
Bugfix #74 "test-mqtt-connection"
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Aug 8, 2023
1 parent 1bb48cb commit f0e5a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inverter/cli/cli_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def test_mqtt_connection(verbosity: int):

setup_logging(verbosity=verbosity)

mqttc = get_connected_client(settings=user_settings.mqtt, verbose=True)
mqttc = get_connected_client(settings=user_settings.mqtt, verbosity=verbosity)
mqttc.loop_start()
mqttc.loop_stop()
mqttc.disconnect()
Expand Down

0 comments on commit f0e5a49

Please sign in to comment.