Can u Fix it?
Open
- Dominant language
- Python
- Stars
- 827
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
i will kick all member from group, and this code is wrong , can u help me for fix this problem?
`#-*-coding: utf-8 *
from line import LineClient, LineGroup, LineContact
try:
client = LineClient("test@gmail.com", "test")
#client = LineClient(authToken="AUTHTOKEN")
except:
print "Login Failed"
authToken = client.authToken
print authToken,"\n"
group = LineGroup(client, client.groups[0])
print group
group.kickoutFromGroup()`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.