Skip to content

Commit

Permalink
Meeting scheduler example finished
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jul 20, 2024
1 parent 6891e64 commit 8562a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/ceylon/tests/test_worker/meeting_schedular.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ async def on_message(self, agent_id: "str", data: "bytes", time: "int"):
if data.accepted:
time_slot_key = f"{data.time_slot}"
print(f"{data.owner} accepts {data.time_slot}")

if time_slot_key in self.agreed_slots:
slots = self.agreed_slots[time_slot_key]
print(f"Meeting {slots} participants agreed on {data.time_slot}")
Expand Down

0 comments on commit 8562a24

Please sign in to comment.