Skip to content

Commit

Permalink
dofus3
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Dec 2, 2024
1 parent acc1d7c commit 10ee307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func isDate(date string) bool {
const (
AlmanaxUrl = "https://www.krosmoz.com/en/almanax"
CreateUpdateEndpointUrl = "https://alm.dofusdu.de/dofus2/almanax"
AlmanaxSourceRepo = "dofusdude/dofus2-main"
AlmanaxSourceRepo = "dofusdude/dofus3-main"
UserAgent = "Mozilla/5.0 (Windows NT 6.1; rv:2.0b7) Gecko/20100101 Firefox/4.0b7"
)

Expand Down Expand Up @@ -254,7 +254,7 @@ func addUpdateApi(almData mapping.MappedMultilangNPCAlmanax, date string, authKe
}
}

lanugages := []string{"de", "fr", "es", "it"}
lanugages := []string{"de", "fr", "es"}
translateEndpointUrl := CreateUpdateEndpointUrl + "/translate"
for _, language := range lanugages {
almApiDataInit.Language = language
Expand Down

0 comments on commit 10ee307

Please sign in to comment.