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(
|
||||
int(time_stamp), temperature,
|
||||
humidity, battery_voltage)
|
||||
)
|
||||
)
|
||||
time.sleep(3)
|
||||
except OSError:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue