Fixes Builder error

This commit is contained in:
kokarare1212 2021-08-23 15:03:39 +09:00
parent 971bf1dee8
commit 08fac72e52
No known key found for this signature in database
GPG Key ID: 9FB32C7C7D874F7A
1 changed files with 4 additions and 4 deletions

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