Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions LINETCR/LineApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down