#924 improvements

This commit is contained in:
Flowseal
2026-06-17 09:43:06 +03:00
parent 784a7f659b
commit b0010af130
3 changed files with 14 additions and 10 deletions

View File

@@ -185,7 +185,7 @@ def _run_proxy_thread() -> None:
loop.run_until_complete(_run(stop_event=stop_ev))
except Exception as exc:
log.error("Proxy thread crashed: %s", exc)
msg = diagnose_listen_error(exc)
msg, _ = diagnose_listen_error(exc)
if msg:
_show_error(msg)
finally: