Changing the vip mirror to url to prepare for server upgrade

This commit is contained in:
rembo10
2015-09-02 12:11:25 -07:00
parent 3f60d1f8de
commit 570234717a

View File

@@ -51,7 +51,7 @@ def startmb():
mbpass = headphones.CONFIG.CUSTOMPASS
sleepytime = int(headphones.CONFIG.CUSTOMSLEEP)
elif headphones.CONFIG.MIRROR == "headphones":
mbhost = "144.76.94.239"
mbhost = "codeshy.com"
mbport = 8181
mbuser = headphones.CONFIG.HPUSER
mbpass = headphones.CONFIG.HPPASS
@@ -362,7 +362,7 @@ def getSeries(seriesid):
if not series:
return False
if 'disambiguation' in series:
series_dict['artist_name'] = unicode(series['name'] + " (" + unicode(series['disambiguation']) + ")")
else: