nugget / python-anthemav

Python asyncio module to interface with Anthem AVM and MRX receivers
MIT License
15 stars 26 forks source link

Moved IP address and port into a settings file #7

Open micahbowerbank opened 6 years ago

micahbowerbank commented 6 years ago

I added a file called settings.py which contains constants for ip address and port. This file is then used by all the other files that need the default IP address and port. I felt this was easier, so now you only have to change them in one place

petonic commented 6 years ago

Looks like you forgot to include the "settings" file into the PR.

micahbowerbank commented 6 years ago

@petonic are you sure it's missing? when I look at the "files changed" I see the settings.py file