From 9a760f8f0c11898725919acc560efd7aba3851ec Mon Sep 17 00:00:00 2001 From: Patrick Speiser Date: Wed, 12 Sep 2012 12:17:36 +0200 Subject: [PATCH] Removed dead musicbrainz mirror --- headphones/mb.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/headphones/mb.py b/headphones/mb.py index daca0659..bf6bf752 100644 --- a/headphones/mb.py +++ b/headphones/mb.py @@ -54,9 +54,7 @@ def startmb(forcemb=False): mbpass = headphones.HPPASS sleepytime = 0 else: - mbhost = "tbueter.com" - mbport = 5000 - sleepytime = 0 + return False musicbrainzngs.set_useragent("headphones","0.0","https://github.com/rembo10/headphones") musicbrainzngs.set_hostname(mbhost + ":" + str(mbport))