joopert / nad_receiver

python api to connect to NAD receivers
MIT License
11 stars 18 forks source link

Use == for string comparison instead of is #22

Closed gladhorn closed 4 years ago

gladhorn commented 4 years ago

The identity operator doesn't make sense here, we need a string comparison with ==.

joopert commented 4 years ago

Thanks!