rename things
This commit is contained in:
parent
d69272767f
commit
bbad408ace
2 changed files with 26 additions and 27 deletions
|
@ -194,7 +194,6 @@ class EventLoop(object):
|
|||
|
||||
def run(self):
|
||||
while not self.stopping:
|
||||
events = None
|
||||
try:
|
||||
events = self.poll(1)
|
||||
except (OSError, IOError) as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue