Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
twonds committed Apr 15, 2016
1 parent 744ec42 commit ea19be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion punjab/session.py
Expand Up @@ -173,7 +173,7 @@ def __init__(self, pint, attrs):

self.window = int(attrs.get('window', self.hold+2))
self.polling = int(attrs.get('polling', 0))
self.port = int(attrs.get('port'))
self.port = int(attrs.get('port', 0))

self.hostname = attrs.get('hostname', self.to)
# use raw buffers
Expand Down

0 comments on commit ea19be1

Please sign in to comment.