Run pre-commit

This commit is contained in:
Tekktrik 2023-05-10 22:33:52 -04:00
parent 1e8ec15b8b
commit 57a402adc7

View file

@ -38,7 +38,6 @@ def _format_datetime(datetime):
last_print = time.monotonic() last_print = time.monotonic()
while True: while True:
gps.update() gps.update()
# Every second print out current time from GPS, RTC and time.localtime() # Every second print out current time from GPS, RTC and time.localtime()
current = time.monotonic() current = time.monotonic()