This commit is contained in:
parent
f149cffbdb
commit
ec1140604b
4
blurp.go
4
blurp.go
@ -196,7 +196,7 @@ var deleteCmd = &cobra.Command{
|
||||
}
|
||||
slog.Info(msg)
|
||||
|
||||
time.Sleep(time.Duration(rate))
|
||||
time.Sleep(time.Duration(rate) * time.Second)
|
||||
} else {
|
||||
slog.Info(fmt.Sprintf("keeping %s (created: %s)", status.ID, t.Format(time.DateOnly)))
|
||||
}
|
||||
@ -292,7 +292,7 @@ func readAllPaged(authClient *auth.Client, accID string) ([]*models.Status, erro
|
||||
break
|
||||
}
|
||||
|
||||
time.Sleep(time.Duration(rate))
|
||||
time.Sleep(time.Duration(rate) * time.Second)
|
||||
|
||||
all = append(all, resp.GetPayload()...)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user