Fix followers command
Set empty for SinceID.
This commit is contained in:
parent
b8bb5ae68c
commit
5fd7d16157
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ func cmdFollowers(c *cli.Context) error {
|
|||
if pg.MaxID == "" {
|
||||
break
|
||||
}
|
||||
pg.SinceID = ""
|
||||
time.Sleep(10 * time.Second)
|
||||
}
|
||||
s := newScreen(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue