mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-28 01:27:41 +03:00
ran ruff format docker *.py
This commit is contained in:
parent
b189d694e7
commit
ad07282d6c
@ -30,9 +30,6 @@ tls_config: dict[str, any] = config.get("tls", {"enabled": True})
|
||||
networking_config = config.get("networking", {})
|
||||
ipv6_config = networking_config.get("ipv6", {"enabled": False})
|
||||
|
||||
output = {
|
||||
"tls": tls_config,
|
||||
"ipv6": ipv6_config
|
||||
}
|
||||
output = {"tls": tls_config, "ipv6": ipv6_config}
|
||||
|
||||
print(json.dumps(output))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user