From 0fb4d77118ecb759c106adad4403d28258deba08 Mon Sep 17 00:00:00 2001 From: RadityoKalani <33354192+1DaffaN3kalani@users.noreply.github.com> Date: Wed, 3 Jan 2018 21:25:57 +0700 Subject: [PATCH] Update LineApi.py --- LINETCR/LineApi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LINETCR/LineApi.py b/LINETCR/LineApi.py index 3cad915..b02102c 100644 --- a/LINETCR/LineApi.py +++ b/LINETCR/LineApi.py @@ -44,9 +44,9 @@ def login(self, mail=None, passwd=None, cert=None, token=None, qr=False, callbac self._headers = {'X-Line-Application': 'CHROMEOS\t1.7.14\tChrome_OS\t1', 'X-Line-Access': self.authToken, 'User-Agent': 'Line/1.7.14'} self.cert = self.Talk.cert self._headers = { - 'X-Line-Application': 'CHROMEOS\t1.7.14\tChrome_OS\t1', + 'X-Line-Application': 'CHROMEOS\t1.4.5\tChrome_HP\t1', 'X-Line-Access': self.authToken, - 'User-Agent': 'Line/1.7.14' + 'User-Agent': 'Line/7.18.0' } self.Poll = Poll(self.authToken) #self.channel = channel.Channel(self.authToken) @@ -521,7 +521,7 @@ def loginResult(self, callback=None): prof = self.getProfile() print("=============[SHINIGAMI FOR BOT]==============") - print("====[ Editing for Muhammad Fahmi Ridhani ]====") + print("====[ Editing for 1DaffaN3Kalani ]====") print("==============================================") print("MID : " + prof.mid) print("NAME : " + prof.displayName)