mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
4dc20f2d99
@ -235,7 +235,9 @@ class MainHandler(RequestHandler):
|
||||
func = getattr(klass, 'index', None)
|
||||
|
||||
if callable(func):
|
||||
return func(**args)
|
||||
out = func(**args)
|
||||
self._headers = klass._headers
|
||||
return out
|
||||
|
||||
raise HTTPError(404)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user