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 proxyEnabled: bool = False
proxyType: Proxy.Type = Proxy.Type.DIRECT proxyType: Proxy.Type = Proxy.Type.DIRECT
proxyAddress: str = None proxyAddress: str = None
proxyPort: int proxyPort: int = None
proxyAuth: bool proxyAuth: bool = None
proxyUsername: str proxyUsername: str = None
proxyPassword: str proxyPassword: str = None
# Cache # Cache
cache_enabled: bool = True cache_enabled: bool = True