python-anthemav
python-anthemav copied to clipboard
Moved IP address and port into a settings file
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