mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix typo in http handler
This commit is contained in:
parent
44428cc6e5
commit
c18ee81130
1 changed files with 1 additions and 1 deletions
|
@ -179,5 +179,5 @@ class HTTPHandler(object):
|
|||
return output
|
||||
|
||||
except Exception as e:
|
||||
logger.warn(u"Failed format response from uri %s to %s error %s" % (self.uri, self.response_type, e))
|
||||
logger.warn(u"Failed format response from uri %s to %s error %s" % (self.uri, self.output_format, e))
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue