From 719c4e86e81a8f63a07c5f510611829827a40a34 Mon Sep 17 00:00:00 2001 From: Vxrtrauter Date: Thu, 16 Oct 2025 15:53:05 +0200 Subject: [PATCH] improved cache debug --- core/interface/utils/searchhelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/interface/utils/searchhelper.py b/core/interface/utils/searchhelper.py index 73e2754..936f255 100644 --- a/core/interface/utils/searchhelper.py +++ b/core/interface/utils/searchhelper.py @@ -38,5 +38,5 @@ def return_pressed(self): self.softwareList.clear() self.softwareList.addItems(state.post_titles) if state.debug == True: - print(f"Cached: {cached}") + print(f"Response Cached: {cached}")