Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Correctly assign self.conf to conf, not sock
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 21, 2016
1 parent 7d00c3f commit 33e6fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neubot_runtime/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, poller, parent, sock, conf):
Pollable.__init__(self)
self.poller = poller
self.parent = parent
self.conf = sock
self.conf = conf

self.sock = sock
self.filenum = sock.fileno()
Expand Down

0 comments on commit 33e6fd5

Please sign in to comment.