Updated mb.py & musicbrainzngs lib to point to the new server

This commit is contained in:
rembo10
2013-04-08 05:12:15 -04:00
parent 9b9fd0be59
commit f8c444bc0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -497,7 +497,7 @@ def _mb_request(path, method='GET', auth_required=False, client_required=False,
req.add_header('User-Agent', _useragent)
# Add headphones credentials
if hostname == '178.63.142.150:8181':
if hostname == '192.30.34.130:8181':
base64string = base64.encodestring('%s:%s' % (hpuser, hppassword)).replace('\n', '')
req.add_header("Authorization", "Basic %s" % base64string)