1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

The RegEx is also not needed anymore

This commit is contained in:
Prinz23 2014-07-23 16:42:11 +02:00
parent b54724c058
commit 8313e12267

View File

@ -416,8 +416,6 @@ class MainHandler(RequestHandler):
logger.log(u"Receiving iCal request from %s" % self.request.remote_ip) logger.log(u"Receiving iCal request from %s" % self.request.remote_ip)
time_re = re.compile('([0-9]{1,2})\:([0-9]{2})(\ |)([AM|am|PM|pm]{2})')
# Create a iCal string # Create a iCal string
ical = 'BEGIN:VCALENDAR\r\n' ical = 'BEGIN:VCALENDAR\r\n'
ical += 'VERSION:2.0\r\n' ical += 'VERSION:2.0\r\n'