Skip to content

Commit

Permalink
Modified schools with only three left
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraham Asfaw committed Mar 4, 2012
1 parent d1fb8c0 commit e270bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradcafe.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"ECE"
]
schools = [
# only four schools left!
# only three schools left!
"Caltech",
"Cal*Inst*Tech",
"Harvard",
"Michigan",
"Stanford"
"Michigan"
]
searchstring = "(" + "|".join(subjects) + ") (" + "|".join(schools) + ")"
gradcafe = "http://thegradcafe.com/survey/index.php?" + uencode({'q': searchstring}) + "&t=m&pp=250"
Expand Down

0 comments on commit e270bfd

Please sign in to comment.