diff --git a/light9/networking.py b/light9/networking.py --- a/light9/networking.py +++ b/light9/networking.py @@ -6,7 +6,7 @@ from ConfigParser import SafeConfigParse def dmxServerUrl(): #host = os.getenv('DMXHOST', 'localhost') #url = "http://%s:8030" % host - return "http://spot:%s" % dmxServerPort() + return "http://localhost:%s" % dmxServerPort() def dmxServerPort(): return 8030