Skip to content

Commit

Permalink
Update program.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfemir committed Dec 19, 2024
1 parent 31ed143 commit 7d3a004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def _update_ongoing(self) -> None:
previous_state, new_state = item.store_state()
if previous_state != new_state:
self.em.add_event(Event("StateTransition", item_id=item.id))
logger.log("RELEASE", f"🎬 Released (late): {item.log_string}")
logger.log("🎬 RELEASE", f" Released (late): {item.log_string}")
continue

# Check if releasing in next 24 hours
Expand Down

0 comments on commit 7d3a004

Please sign in to comment.