mirror of
https://github.com/hyper-neptune/yuuki.git
synced 2024-12-27 07:10:46 +08:00
Fix Helper Connection
This commit is contained in:
parent
12f0a5aad1
commit
4318832619
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Yuuki_Connect:
|
||||||
return client, listen
|
return client, listen
|
||||||
|
|
||||||
def helperConnect(self, LINE_ACCESS_KEY):
|
def helperConnect(self, LINE_ACCESS_KEY):
|
||||||
helper_ConnectHeader = self.con_header
|
helper_ConnectHeader = self.con_header.copy()
|
||||||
helper_ConnectHeader["X-Line-Access"] = LINE_ACCESS_KEY
|
helper_ConnectHeader["X-Line-Access"] = LINE_ACCESS_KEY
|
||||||
|
|
||||||
transport = THttpClient.THttpClient(self.host + self.com_path)
|
transport = THttpClient.THttpClient(self.host + self.com_path)
|
||||||
|
|
Loading…
Reference in a new issue