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 == "" {
|
if pg.MaxID == "" {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
pg.SinceID = ""
|
||||||
time.Sleep(10 * time.Second)
|
time.Sleep(10 * time.Second)
|
||||||
}
|
}
|
||||||
s := newScreen(config)
|
s := newScreen(config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue