Refactor examples/payments.py

This commit is contained in:
Suren Khorenyan 2019-08-11 15:30:01 +03:00
parent 95fcaaeed7
commit 68aa7dbf1a
2 changed files with 10 additions and 11 deletions

View file

@ -7,7 +7,7 @@ from aiogram.dispatcher.handler import CancelHandler, current_handler
from aiogram.dispatcher.middlewares import BaseMiddleware
from aiogram.utils.exceptions import Throttled
TOKEN = 'BOT TOKEN HERE'
TOKEN = 'BOT_TOKEN_HERE'
# In this example Redis storage is used
storage = RedisStorage2(db=5)