Fix followers command

Set empty for SinceID.
pull/91/head
178inaba 2019-02-14 22:54:45 +09:00 committed by mattn
parent b8bb5ae68c
commit 5fd7d16157
1 changed files with 1 additions and 0 deletions

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)