Fixes Builder error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user