Yen Chi Hsuan
8 years ago
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23
1 changed files with
1 additions and
1 deletions
-
youtube_dl/socks.py
|
|
@ -60,7 +60,7 @@ class ProxyError(IOError): |
|
|
|
|
|
|
|
def __init__(self, code=None, msg=None): |
|
|
|
if code is not None and msg is None: |
|
|
|
msg = self.CODES.get(code) and 'unknown error' |
|
|
|
msg = self.CODES.get(code) or 'unknown error' |
|
|
|
super(ProxyError, self).__init__(code, msg) |
|
|
|
|
|
|
|
|
|
|
|