Corrected proxy.
--- a/upload/workshops.py Wed Jan 20 14:35:55 2010 +0530
+++ b/upload/workshops.py Wed Jan 20 15:09:31 2010 +0530
@@ -12,9 +12,7 @@
enabling registration when workshop
is within 30 days.
"""
- eventList = []
- #disable this when we are deploying it!
- proxies = {'http': 'http://fossee:Python321@10.101.1.1:80'}
+ eventList = []
eventPage = urllib.urlopen('http://fossee.in/event/ical', proxies=proxies).read()
parsedCal = vobject.readOne(eventPage)
for event in parsedCal.components():