diff --git a/lib/touchscreen.py b/lib/touchscreen.py index c77a628..c3d626b 100644 --- a/lib/touchscreen.py +++ b/lib/touchscreen.py @@ -72,7 +72,7 @@ def page_touchscreen(): table_string += f"{datetime.datetime.fromtimestamp(todays_timestamps[i]).strftime('%H:%M')} -" if i < len(todays_timestamps) - 2: table_string += ", " - ui.markdown(table_string) + ui.label(table_string) ui.label(current_user.fullname).classes('text-center') if current_user.stamp_status() == status_in: current_button.props('color=green')