mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 08:48:27 +02:00
Bump black from 21.12b0 to 22.1.0 (#3147)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Otto winter <otto@otto-winter.com>
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ def initialize(config, subscriptions, on_message, username, password, client_id)
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
wait_time = min(2 ** tries, 300)
|
||||
wait_time = min(2**tries, 300)
|
||||
_LOGGER.warning(
|
||||
"Disconnected from MQTT (%s). Trying to reconnect in %s s",
|
||||
result_code,
|
||||
|
||||
Reference in New Issue
Block a user