diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { // toggle poll logging if route == "/poll" { - if POLL.Get() { + if POLL.Enabled() { log.Info("POLL is true") POLL.SetBool(false) } else { |
