mirror of
https://github.com/hyper-neptune/yuuki.git
synced 2024-11-10 16:33:02 +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
|
||||
|
||||
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
|
||||
|
||||
transport = THttpClient.THttpClient(self.host + self.com_path)
|
||||
|
|
Loading…
Reference in a new issue