mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-16 14:25:02 -05:00
Remove old Code that caused an exception in the iCal Feed
This commit is contained in:
parent
b63dffa3a0
commit
b54724c058
@ -416,8 +416,6 @@ class MainHandler(RequestHandler):
|
||||
|
||||
logger.log(u"Receiving iCal request from %s" % self.request.remote_ip)
|
||||
|
||||
poster_url = self.request.url().replace('ical', '')
|
||||
|
||||
time_re = re.compile('([0-9]{1,2})\:([0-9]{2})(\ |)([AM|am|PM|pm]{2})')
|
||||
|
||||
# Create a iCal string
|
||||
|
Loading…
Reference in New Issue
Block a user