Skip to content

Commit 4dfdd10

Browse files
authored
Merge pull request #31 from caternuson/fix_lint
Make Travis happy
2 parents 5b40090 + eae56c0 commit 4dfdd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ccs811_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
pass
1212

1313
while True:
14-
print("CO2: {} PPM, TVOC: {} PPM"
15-
.format(ccs811.eco2, ccs811.tvoc)
14+
print("CO2: {} PPM, TVOC: {} PPB"
15+
.format(ccs811.eco2, ccs811.tvoc))
1616
time.sleep(0.5)

0 commit comments

Comments
 (0)