Fix followers command
Set empty for SinceID.
This commit is contained in:
parent
b8bb5ae68c
commit
5fd7d16157
|
@ -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…
Reference in New Issue
Block a user