Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-16 17:25:21 +07:00
parent bd7b2eb7ca
commit c02ed2bf38

View File

@@ -37,7 +37,7 @@ class ThreadedWSGIServerReloadable(LoggingBaseWSGIServerMixIn, werkzeug.serving.
max_http_threads: Any
http_threads_sem: Semaphore
daemon_threads: bool
def __init__(self, host: str, port: str, app) -> None: ...
def __init__(self, host: str, port: int, app) -> None: ...
reload_socket: bool
socket: socket_
def server_bind(self) -> None: ...