attempting to fix date issue

This commit is contained in:
Daniel Ledda
2020-11-18 18:38:43 +01:00
parent 3d73e23777
commit bd7d76940d
7 changed files with 290 additions and 707 deletions

View File

@@ -16,7 +16,7 @@ try:
else:
raise RuntimeError()
print(
'Time:', str(datetime.now()),
'Time:', str(datetime.isoformat(datetime.now())),
'\nTemp:', temp,
'\nHumidity:', humidity,
'\nCO2:', co2,