Skip to content
Snippets Groups Projects
Commit 1ab12c58 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

spelling bugfix

parent d3641cd5
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class SSLBaseSocket(BaseSocket):
def on_write(self):
try:
BaseSocket.on_write(self):
BaseSocket.on_write(self)
except SSLError:
raise ConnectionFailedException, 'SSLError raised'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment