mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
typo for telegram agent
This commit is contained in:
parent
1d48688518
commit
89cda3dcff
1 changed files with 1 additions and 1 deletions
|
@ -1555,7 +1555,7 @@ class TELEGRAM(object):
|
||||||
http_handler.request("POST",
|
http_handler.request("POST",
|
||||||
"/bot%s/%s" % (self.bot_token, "sendMessage"),
|
"/bot%s/%s" % (self.bot_token, "sendMessage"),
|
||||||
headers={'Content-type': "application/x-www-form-urlencoded"},
|
headers={'Content-type': "application/x-www-form-urlencoded"},
|
||||||
payload=urlencode(data))
|
body=urlencode(data))
|
||||||
|
|
||||||
response = http_handler.getresponse()
|
response = http_handler.getresponse()
|
||||||
request_status = response.status
|
request_status = response.status
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue