diff --git a/fedilogue/poll.go b/fedilogue/poll.go index 59c2887..1a65ba8 100644 --- a/fedilogue/poll.go +++ b/fedilogue/poll.go @@ -161,7 +161,6 @@ func PollMastodonPleroma(endpoint string, o *RunningInstance) { parsing_error = parsing_error + 1 time.Sleep(time.Second * 30) } -// resp.Body.Close() // Release as soon as done m.Status = RUNNING ri_mutex.Lock()