From e0335f1f3d682531e20c87d488d51e7d522de9e3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 22 Oct 2025 12:19:43 -0500 Subject: more attempts to fix this --- http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http.go') diff --git a/http.go b/http.go index db54d57..625e043 100644 --- a/http.go +++ b/http.go @@ -23,9 +23,9 @@ func okHandler(w http.ResponseWriter, r *http.Request) { switch route { case "/releaseList": - footer := me.found.PrintDefaultTB() + footer := me.found.PrintPublishTable() log.Info("me.found len:", me.found.Len()) - log.Info("PrintTable() footer:", footer) + log.Info("PrintPublishTable() footer:", footer) return default: log.Info("BAD URL = " + route) -- cgit v1.2.3