mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 10:58:01 -05:00
Fix wrong url handler
This commit is contained in:
parent
e96ad42c5d
commit
0888942820
@ -95,7 +95,7 @@ class SRWebServer(threading.Thread):
|
||||
|
||||
# Web calendar handler (Needed because option Unprotected calendar)
|
||||
self.app.add_handlers('.*$', [
|
||||
(r'%s/calendar(/?.*)' % self.options['web_root'], CalendarHandler),
|
||||
(r'%s/calendar' % self.options['web_root'], CalendarHandler),
|
||||
])
|
||||
|
||||
# Static File Handlers
|
||||
|
Loading…
Reference in New Issue
Block a user