FSX / momoko

Wraps (asynchronous) Psycopg2 for Tornado.
http://momoko.61924.nl/
Other
364 stars 73 forks source link

Typo in connection.py (socker instead of socket) #155

Closed vladiibine closed 6 years ago

vladiibine commented 6 years ago

Hi!

I found this typo when taking too long to debug through my code (so long that the connection to the DB server died)

  File "<string>", line 3, in raise_exc_info
OperationalError: IOError on socker

Debugged it, and found the wrong text in momoko.connection

Anyway, a PR for it will follow :smile:

vladiibine commented 6 years ago

The PR https://github.com/FSX/momoko/pull/156

haizaar commented 6 years ago

PR merged. Thank you!