Merge pull request #258 from Birdi7/patch-3

Update i18n_example.py
This commit is contained in:
Alex Root Junior 2020-01-08 17:37:59 +02:00 committed by GitHub
commit 78d75bccef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,6 @@ def get_likes() -> int:
def increase_likes() -> int:
LIKES_STORAGE['count'] += 1
return get_likes()
#
@dp.message_handler(commands='like')