djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

Fixed bug with attribute 'timeout' #56

Closed ogreser closed 10 years ago

ogreser commented 10 years ago

File "./apns.py", line 139, in _connect self._socket.settimeout(self.timeout) AttributeError: 'GatewayConnection' object has no attribute 'timeout'

djacobs commented 10 years ago

Thanks! Can you be a little more descriptive than "Fixed bug" in the commit log, since this will go into master?

ogreser commented 10 years ago

Yes. I renamed the commit.

djacobs commented 10 years ago

Thank you.