Skip to content

Commit

Permalink
Fix typo in types
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Aug 21, 2024
1 parent f6a32fb commit 5a43c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def detector_load(conf: dict, instrument: str) -> list[int]:
return active_detectors

async def fan_out_msg(
fan_out_topic: fan_out_topic,
data: data
fan_out_topic,
data
):
try:
await producer.send_and_wait(fan_out_topic, b(data))
Expand Down

0 comments on commit 5a43c57

Please sign in to comment.