Skip to content

Commit

Permalink
Remove await start from redis client.
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Dec 23, 2024
1 parent 77c75a8 commit 2965b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ async def fan_out_msg(
fan_out_topic,
data
):
await redis_client.start()
logging.info(f"sending msg {data}")
await redis_client.xadd(fan_out_topic, data)

Expand Down

0 comments on commit 2965b15

Please sign in to comment.