Skip to content

Commit

Permalink
Update view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedimarco00 authored Nov 24, 2023
1 parent 7ae396e commit ad5cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_bridge/src/UI/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def configure_dynamic_elements(root):
(tk.Label, wash_counter, 1),
(tk.Label, progress_status, 4),
(tk.Label, current_temperature, 5),
(tk.Label, message, 6)
(tk.Label, ui_message, 6)
]

for element_type, text_var, row in dynamic_elements:
Expand Down

0 comments on commit ad5cb55

Please sign in to comment.