mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Try caching metadata for sessions
This commit is contained in:
parent
1ae8544f2d
commit
12c9aa3d6a
3 changed files with 57 additions and 16 deletions
|
@ -154,7 +154,7 @@ class HTTPHandler(object):
|
|||
try:
|
||||
if self.output_format == 'text':
|
||||
output = response_content.decode('utf-8', 'ignore')
|
||||
if self.output_format == 'dict':
|
||||
elif self.output_format == 'dict':
|
||||
output = helpers.convert_xml_to_dict(response_content)
|
||||
elif self.output_format == 'json':
|
||||
output = helpers.convert_xml_to_json(response_content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue