check if debug

This commit is contained in:
Andriy Cherniy 2024-01-05 21:48:26 +02:00
parent f66b828084
commit 063083a096

View file

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