mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-08 19:46:40 +01:00
small update, code cleaned
This commit is contained in:
@@ -37,7 +37,6 @@ func getFollowingUsers(client *twitter.Client, user *twitter.User) {
|
||||
if httpResp.Status != "200 OK" {
|
||||
c.Red(httpResp.Status)
|
||||
}
|
||||
//fmt.Println(following)
|
||||
for _, k := range following.Users {
|
||||
unfollowUser(client, k.ScreenName)
|
||||
//wait to avoid the twitter api limitation
|
||||
|
||||
Reference in New Issue
Block a user