Merge branch 'pylint' of https://github.com/craigargh/Adafruit_Learning_System_Guides into pylint
This commit is contained in:
commit
196f1e7265
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue