Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'launch.py')
-rwxr-xr-xlaunch.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/launch.py b/launch.py
index 0170bef..cb3e2a4 100755
--- a/launch.py
+++ b/launch.py
@@ -78,13 +78,6 @@ class Learn(activity.Activity):
txt = fin.read()
fin.close()
print >> log, 'subjects.js',txt
- config = Config()
- if self.nickname[0] == 'F':
- config.setConfig('mode','Faculty')
- else:
- config.setConfig('mode',self.nickname[:2])
- config.setConfig('course',self.nickname[:2])
- config.saveConfig()
#start localserver
#print >> log, 'close any open localserver'
tpid = subprocess.Popen('ps aux |grep CGIHTTPServer', stdout = subprocess.PIPE, shell=True)