Ran black on sources

This commit is contained in:
Griatch 2020-02-29 12:25:00 +01:00
parent edcd06d531
commit 25a0de12d7
4 changed files with 30 additions and 24 deletions

View file

@ -388,8 +388,6 @@ if WEBSERVER_ENABLED:
webclientstr = "webclient-websocket%s: %s" % (w_ifacestr, port)
INFO_DICT["webclient"].append(webclientstr)
if WEB_PLUGINS_MODULE:
try:
web_root = WEB_PLUGINS_MODULE.at_webproxy_root_creation(web_root)