From fa46df7691bbe80b4559d8e0e99b2d1ca1f6f48c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 02:32:57 -0500 Subject: more housecleaning --- theMagicOfAutocomplete.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theMagicOfAutocomplete.go') diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index e4407a3..e107319 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -26,7 +26,7 @@ func Autocomplete(dest any) *Auto { pb.PrintDebug() } - pb.doHandlePB() // read in the history protobuf file + pb.getHistoryPB() // read in the history protobuf file // turn on debugging if duration < 200 milliseconds dur := pb.Duration.AsDuration() -- cgit v1.2.3