Skip to content

Commit

Permalink
correcting_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
JPOSADA202020 committed Dec 11, 2024
1 parent 4df7ddb commit 96cfaf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/pcf8523_displayio.simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
display_output_label.text = (
f"The date is {days[int(t.tm_wday)]} {t.tm_mday}/{t.tm_mon}/{t.tm_year}"
)
display_output_label2.text = (
f"The time is {t.tm_hour}:{t.tm_min:02}:{t.tm_sec:02}"
)
display_output_label2.text = f"The time is {t.tm_hour}:{t.tm_min:02}:{t.tm_sec:02}"
# wait for a bit
time.sleep(1)

0 comments on commit 96cfaf9

Please sign in to comment.