Bump examples, docs and executor (nothing)

This commit is contained in:
Alex Root Junior 2018-10-28 19:35:06 +02:00
parent 21908739e9
commit 9f13e11e6b
9 changed files with 57 additions and 21 deletions

View file

@ -252,7 +252,7 @@ class Executor:
pass
finally:
loop.run_until_complete(self._shutdown_polling())
log.warning("Goodbye!")
log.warning("Goodbye!")
def start(self, future):
"""
@ -275,7 +275,7 @@ class Executor:
loop.stop()
finally:
loop.run_until_complete(self._shutdown_polling())
log.warning("Goodbye!")
log.warning("Goodbye!")
return result
async def _skip_updates(self):