check if debug
This commit is contained in:
parent
f66b828084
commit
063083a096
1 changed files with 1 additions and 0 deletions
1
main.go
1
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)
|
||||
|
|
Loading…
Reference in a new issue