From fdc591f9f1cf553cdc199eccecce7ccc8e8f5e1a Mon Sep 17 00:00:00 2001 From: RadityoKalani <33354192+1DaffaN3kalani@users.noreply.github.com> Date: Wed, 3 Jan 2018 21:29:47 +0700 Subject: [PATCH] Update channel.py --- LINETCR/Api/channel.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LINETCR/Api/channel.py b/LINETCR/Api/channel.py index 78a7156..09021e2 100644 --- a/LINETCR/Api/channel.py +++ b/LINETCR/Api/channel.py @@ -18,8 +18,8 @@ class Channel: http_query_path = "/S4" channel_query_path = "/CH4" - UA = "Line/1.7.14" - LA = "CHROMEOS\t1.7.14\tChrome_OS\t1" + UA = "Line/7.18.0" + LA = "CHROMEOS\t1.4.5\tChrome_HP\t1" authToken = None mid = None @@ -42,7 +42,7 @@ def __init__(self, authToken): self.transport.path = self.channel_query_path def login(self): - result = self.client.issueChannelToken("1341209950") + result = self.client.issueChannelToken("1341209850") self.channel_access_token = result.channelAccessToken self.token = result.token