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}")