Skip to content

Commit c7d8510

Browse files
committed
add paran
1 parent 12290a8 commit c7d8510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ccs811_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

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

0 commit comments

Comments
 (0)