Fix to set MaxID and SinceID to exclusive

This commit is contained in:
178inaba 2017-05-08 13:44:49 +09:00
parent 9e07d8951e
commit 4033436175
3 changed files with 18 additions and 7 deletions

View file

@ -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)