Fixed exception thrown in celery

This commit is contained in:
Raynaldo Rivera
2014-10-12 11:03:32 -07:00
parent 534eb460e1
commit 0256feeceb
2 changed files with 49 additions and 35 deletions

View File

@@ -144,7 +144,7 @@ DEFAULT_ALLIANCE_GROUP = 'AllianceMember'
# ALLIANCE INFO
ALLIANCE_ID = '0'
ALLIANCE_NAME = 'Alliance Name'
ALLIANCE_NAME = 'SomeAllianceName'
# Jabber Prosody Info
JABBER_URL = "@someaddress.com"