From 81fdc3c45d45ce0d215fec8e697ed303f3dc8ad7 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Tue, 13 Mar 2012 23:14:38 +0000 Subject: [PATCH] Updated the port for henryford's mirror from 3000 to 5000 --- headphones/mb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/mb.py b/headphones/mb.py index 0ba3c61c..829d9bf9 100644 --- a/headphones/mb.py +++ b/headphones/mb.py @@ -34,7 +34,7 @@ def startmb(forcemb=False): sleepytime = 0 else: mbhost = "tbueter.com" - mbport = 3000 + mbport = 5000 sleepytime = 0 service = ws.WebService(host=mbhost, port=mbport)