mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 02:52:20 -05:00
Remove an extra apostrophe.
This commit is contained in:
parent
91cb8d885c
commit
bb267905aa
@ -130,7 +130,7 @@ class ApiHandler(RequestHandler):
|
||||
except:pass
|
||||
|
||||
def _out_as_json(self, dict):
|
||||
self.set_header("Content-Type", "application/json;charset=UTF-8'")
|
||||
self.set_header("Content-Type", "application/json;charset=UTF-8")
|
||||
try:
|
||||
out = json.dumps(dict, indent=self.intent, ensure_ascii=False, sort_keys=True)
|
||||
callback = self.get_query_argument('callback', None) or self.get_query_argument('jsonp', None)
|
||||
|
Loading…
Reference in New Issue
Block a user