rm verbosity_shortcuts option (unused, redundant)

This commit is contained in:
ThomasV
2025-05-29 16:19:33 +02:00
parent 743f5c8311
commit 853b793bef
11 changed files with 4 additions and 55 deletions

View File

@@ -374,8 +374,6 @@ def _get_cert_path_for_host(*, config: 'SimpleConfig', host: str) -> str:
class Interface(Logger):
LOGGING_SHORTCUT = 'i'
def __init__(self, *, network: 'Network', server: ServerAddr):
self.ready = network.asyncio_loop.create_future()
self.got_disconnected = asyncio.Event()