diff --git a/main.py b/main.py index 75fa414..7fa3b03 100644 --- a/main.py +++ b/main.py @@ -25,7 +25,7 @@ bot = Bot(token=API_TOKEN) dp = Dispatcher(bot) -@ dp.message_handler(commands=["gpu", "gpus"]) +@dp.message_handler(commands=["gpu", "gpus"]) async def gpu_price_message(message: types.Message): """Returns all scraped GPUs and their prices to telegram""" data = gpus.get_data() diff --git a/requirements.txt b/requirements.txt index 49f5804..79372d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ aiogram==2.22.1 -aiohttp==3.8.1 +aiohttp==3.8.3 aiosignal==1.2.0 async-timeout==4.0.2 attrs==22.1.0 Babel==2.9.1 beautifulsoup4==4.11.1 -certifi==2022.6.15.1 +certifi==2022.9.24 charset-normalizer==2.1.1 frozenlist==1.3.1 -idna==3.3 +idna==3.4 multidict==6.0.2 pytz==2022.2.1 requests==2.28.1