Skip to content

Commit

Permalink
updating log entry and removing todo note
Browse files Browse the repository at this point in the history
created #9
  • Loading branch information
tobiasehlert committed Dec 28, 2021
1 parent bdc957b commit e79f30f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/webserver.go
Expand Up @@ -262,10 +262,7 @@ func TibiadataHTMLDataCollectorV3(TibiaURL string) string {

// Check if page is in maintenance mode
if res.StatusCode() == 302 {
log.Printf("[info] TibiadataHTMLDataCollectorV3 (URL: %s): Page tibia.com returns 302, probably maintenance mode enabled. ", TibiaURL)

// TODO
// do response with maintenance mode..
log.Printf("[info] TibiadataHTMLDataCollectorV3 (URL: %s): Page tibia.com returns 302, probably maintenance mode enabled?", TibiaURL)
}
}

Expand Down

0 comments on commit e79f30f

Please sign in to comment.