parent
5a3a325689
commit
1ddd67b1a4
4 changed files with 33 additions and 6 deletions
|
@ -19,7 +19,7 @@ func cmdFollowers(c *cli.Context) error {
|
|||
return err
|
||||
}
|
||||
for _, follower := range followers {
|
||||
fmt.Fprintf(c.App.Writer, "%v,%v\n", follower.ID, follower.Username)
|
||||
fmt.Fprintf(c.App.Writer, "%v,%v\n", follower.ID, follower.Acct)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue