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)