Skip to content

Commit

Permalink
fix: 🐛 Fixed room creation
Browse files Browse the repository at this point in the history
  • Loading branch information
egalvis39 committed Dec 6, 2023
1 parent 2dbff1a commit ae2f9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menuflow/db/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def update(self) -> None:
await self.db.execute(q, *self.values)

async def clean_up(self) -> None:
log.info(f"Cleaning up route {self.room} {self.client}")
log.info(f"Cleaning up route {self.client}")
self.state = RouteState.START
self.node_id = "start"
self.variables = "{}"
Expand Down

0 comments on commit ae2f9ef

Please sign in to comment.