CroatianMeteorNetwork / RMS

RPi Meteor Station
https://globalmeteornetwork.org/
GNU General Public License v3.0
176 stars 49 forks source link

Do not detect mac as windows #114

Closed tammojan closed 2 years ago

dvida commented 2 years ago

I believe the logic operators should be in this order: "and "darwin" not in" Not should be applied on "in" and not on "darwin".

tammojan commented 2 years ago

I believe the logic operators should be in this order: "and "darwin" not in" Not should be applied on "in" and not on "darwin".

Ah yes, that's indeed better style. Fixed.