This commit is contained in:
Craig Richardson 2018-05-14 22:49:04 +01:00
commit 196f1e7265

View file

@ -45,7 +45,7 @@ while True:
sdc.write("{}, {}, {}, {:.2f}\n".format( sdc.write("{}, {}, {}, {:.2f}\n".format(
int(time_stamp), temperature, int(time_stamp), temperature,
humidity, battery_voltage) humidity, battery_voltage)
) )
time.sleep(3) time.sleep(3)
except OSError: except OSError:
pass pass