Update medium_client.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 12:29:15 +00:00 committed by GitHub
parent d416ebad0f
commit e50177599e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ func PostData(postId string) (*entities.MediumResponse, error) {
TLSClientConfig: &tls.Config{ TLSClientConfig: &tls.Config{
InsecureSkipVerify: true, InsecureSkipVerify: true,
}, },
} },
} }
log.Printf("Using proxy: %s", config.Conf.Proxy) log.Printf("Using proxy: %s", config.Conf.Proxy)
} }