1
0

PrintError: display verbosity filter

This commit is contained in:
ThomasV
2018-11-14 13:16:08 +01:00
parent e1b85327be
commit a266de6735
2 changed files with 11 additions and 4 deletions

View File

@@ -138,6 +138,7 @@ def serialize_server(host: str, port: Union[str, int], protocol: str) -> str:
class Interface(PrintError):
verbosity_filter = 'i'
def __init__(self, network: 'Network', server: str, config_path, proxy: dict):
self.ready = asyncio.Future()