feat: Automatic comment translation using DeepL
Some checks failed
Build and Push to Docker Hub on push to any branch / docker (push) Has been cancelled

This commit is contained in:
Noah 2025-10-13 06:08:26 +02:00
parent c6c7480493
commit 1e94b1fc1e
No known key found for this signature in database
GPG key ID: D2A7E2C8F77E0430
10 changed files with 250 additions and 20 deletions

View file

@ -39,7 +39,6 @@ func GetComments(steamID uint64, start int, count int) (page CommentsPage) {
body, err := io.ReadAll(resp.Body)
if err != nil {
log.Error().Err(err).Msg("Failed to parse comments")
log.Trace().Interface("Body", resp.Body)
}
err = json.Unmarshal(body, &page)