Typo 'pooling' -> 'polling'.

This commit is contained in:
Alex Root Junior 2017-11-21 00:53:53 +02:00
parent 233acab68e
commit ef3b59c63c
10 changed files with 74 additions and 65 deletions

View file

@ -95,4 +95,4 @@ async def got_payment(message: types.Message):
if __name__ == '__main__':
executor.start_pooling(dp, loop=loop)
executor.start_polling(dp, loop=loop)