mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 01:43:37 +00:00
Fix for api builder.
This commit is contained in:
parent
a16bf8ca2c
commit
2e8c8a262f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue