diff --git a/main.go b/main.go index 1fb2197..f34157c 100755 --- a/main.go +++ b/main.go @@ -108,6 +108,7 @@ func main() { var subscribers []*mastodon.Account var pg mastodon.Pagination + log.Info("test") log.Debug("get followers list") for { fs, err := masto_client.GetAccountFollowers(context.Background(), masto_user.ID, &pg)