Fix followers command

Set empty for SinceID.
This commit is contained in:
178inaba 2019-02-14 22:54:45 +09:00
parent 9c274ac933
commit 4118b2692f

View file

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