Fixes Builder error

This commit is contained in:
kokarare1212
2021-08-23 15:03:39 +09:00
parent 971bf1dee8
commit 08fac72e52

View File

@@ -1037,10 +1037,10 @@ class Session(Closeable, SubListener, DealerClient.MessageListener):
proxyEnabled: bool = False
proxyType: Proxy.Type = Proxy.Type.DIRECT
proxyAddress: str = None
proxyPort: int
proxyAuth: bool
proxyUsername: str
proxyPassword: str
proxyPort: int = None
proxyAuth: bool = None
proxyUsername: str = None
proxyPassword: str = None
# Cache
cache_enabled: bool = True