Update i18n_example.py

This commit is contained in:
Egor 2020-01-08 00:09:56 +05:00 committed by GitHub
parent ef8dff092e
commit 29aa4daf2c
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')