cathay4t / kindle-weather

Change old kindle into weather station.
MIT License
103 stars 13 forks source link

Use list comprehension #2

Closed cclauss closed 8 years ago

cclauss commented 8 years ago

WeatherData could be converted into a collections.namedtuple.

cathay4t commented 8 years ago

I tried to use list() instead loop here, but the code look ugly in order to fit PEP8.

Closing this PR due to overkill.