Skip to content

Commit

Permalink
URL Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yemyat committed Nov 25, 2010
1 parent 8e9d87c commit f93e6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSDownloaderGUI.py
Expand Up @@ -4,7 +4,7 @@
from Tkinter import *
import threading

URL_LIST = {"current_module":"http://leo.rp.edu.sg/workspace/studentModule.asp?", #to get project_id , group_id
URL_LIST = {"current_module":"http://leo.rp.edu.sg/workspace/studentModule.asp?site=3", #to get project_id , group_id
"current_problem":"http://leo3.rp.edu.sg//projectweb/project_menu.asp?", #to get topic_id, year2,3=>leo3, year1=>leo1
"problem_download":"http://leo.rp.edu.sg/projectweb/projectupload/savefolderas.asp?folder=/databank/projectbank/"
};
Expand Down

0 comments on commit f93e6d4

Please sign in to comment.