Skip to content

Commit

Permalink
Merge pull request #81 from Short-Tracker/feature/bot
Browse files Browse the repository at this point in the history
подключил redis, сделал сохранение данных в redis
  • Loading branch information
PaulSssar authored Feb 6, 2024
2 parents f92ddf7 + b335520 commit ef80891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion short_tracker_bot/short_tracker_bot/handlers/hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async def get_tasks(data, chat_id, bot: Bot):
):
await save_data_to_redis(
f'{chat_id}_task_{task["id"]}',
task["id"]
task["status"]
)
await bot.send_message(
chat_id=chat_id,
Expand Down

0 comments on commit ef80891

Please sign in to comment.