Fix to set MaxID and SinceID to exclusive
This commit is contained in:
parent
9e07d8951e
commit
4033436175
3 changed files with 18 additions and 7 deletions
|
@ -28,7 +28,6 @@ func cmdFollowers(c *cli.Context) error {
|
|||
if pg.MaxID == 0 {
|
||||
break
|
||||
}
|
||||
pg.SinceID = 0
|
||||
time.Sleep(10 * time.Second)
|
||||
}
|
||||
s := newScreen(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue