fix mismerge self.common["loop"] vs self.loop

This commit is contained in:
Michael Hudson-Doyle 2019-08-20 10:34:31 +12:00
parent 1dfffbda01
commit 1947abcc5e
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class Application:
fut = self.pool.submit(func)
def in_main_thread(ignored):
self.common['loop'].remove_watch_pipe(pipe)
self.loop.remove_watch_pipe(pipe)
os.close(pipe)
callback(fut)