We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b60124 commit 0ad69c7Copy full SHA for 0ad69c7
plantower/plantower.py
@@ -43,7 +43,7 @@ def __init__(self, line):
43
44
def __str__(self):
45
return (
46
- "%s, %s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s," %
+ "%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s," %
47
(self.timestamp, self.pm10_cf1, self.pm10_std, self.pm25_cf1, self.pm25_std,
48
self.pm100_cf1, self.pm100_std, self.gr03um, self.gr05um,
49
self.gr10um, self.gr25um, self.gr50um, self.gr100um))
0 commit comments