Skip to content

Commit

Permalink
Fix asyncore .running
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Mar 24, 2011
1 parent dfab5a1 commit edfc184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/push_tcp.py
Expand Up @@ -547,4 +547,4 @@ def _event_stop(*args):
run = _loop.run
stop = _loop.stop
now = _loop.time
running = _loop.running
running = _loop._running

0 comments on commit edfc184

Please sign in to comment.