From 4dbcfe927eb4b73abbdb1d433b71ccae2eba2dad Mon Sep 17 00:00:00 2001 From: ichuang Date: Fri, 17 Aug 2012 09:36:43 -0400 Subject: [PATCH] hotfix: eecs1 is inaccessible due to dead router; switch to qisx for pyxserver This needs a more permanent solution. --- common/lib/capa/capa/responsetypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/responsetypes.py b/common/lib/capa/capa/responsetypes.py index fcb36a1d03..3a2e40f896 100644 --- a/common/lib/capa/capa/responsetypes.py +++ b/common/lib/capa/capa/responsetypes.py @@ -1273,7 +1273,7 @@ main() def setup_response(self): xml = self.xml - self.url = xml.get('url') or "http://eecs1.mit.edu:8889/pyloncapa" # FIXME - hardcoded URL + self.url = xml.get('url') or "http://qisx.mit.edu:8889/pyloncapa" # FIXME - hardcoded URL # answer = xml.xpath('//*[@id=$id]//answer',id=xml.get('id'))[0] # FIXME - catch errors answer = xml.find('answer')