mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 10:58:01 -05:00
Fix for api builder.
This commit is contained in:
parent
a16bf8ca2c
commit
2e8c8a262f
@ -120,7 +120,7 @@ class Api(webserve.MainHandler):
|
||||
|
||||
def builder(self):
|
||||
""" expose the api-builder template """
|
||||
t = webserve.PageTemplate(file="apiBuilder.tmpl")
|
||||
t = webserve.PageTemplate(headers=self.request.headers, file="apiBuilder.tmpl")
|
||||
|
||||
def titler(x):
|
||||
if not x or sickbeard.SORT_ARTICLE:
|
||||
|
Loading…
Reference in New Issue
Block a user