Micropython linting fixes

pull/141/head
ZodiusInfuser 2021-05-10 11:27:35 +01:00 zatwierdzone przez Phil Howard
rodzic 7886b8e78d
commit 0a804a426b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,4 +14,4 @@ while True:
if rtc.update_time():
date = rtc.string_date()
time = rtc.string_time()
print("Date: ", date, ", Time: ", time, sep="")
print("Date: ", date, ", Time: ", time, sep="")