This commit is contained in:
Barbara Miller 2025-01-23 11:21:05 -08:00
parent 170377fe89
commit 854970f4dd

View file

@ -618,7 +618,9 @@ def brozzler_worker(argv=None):
with open(PROXY_ENDPOINTS_FILE) as endpoints:
proxy_endpoints = [l for l in endpoints.readlines()]
if proxy_endpoints:
logging.info("running with proxy endpoints file %s" % PROXY_ENDPOINTS_FILE)
logging.info(
"running with proxy endpoints file %s" % PROXY_ENDPOINTS_FILE
)
except Exception as e:
proxy_endpoints = []
logging.info("running with empty proxy endpoints file")