From 3f55c9466234b7a7b48106a18cafb307d987fa3a Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 21 Oct 2021 17:18:02 +0200 Subject: [PATCH] Log ricerca globale --- specials/globalsearch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/specials/globalsearch.py b/specials/globalsearch.py index 29bccf05..ac4902d9 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -145,6 +145,7 @@ class SearchWindow(xbmcgui.WindowXML): # wait and return as getActionsThread load lastLen = len(self.searchActions) + logger.debug('LAST LEN:', lastLen, len(self.searchActions)) while self.thActions.is_alive(): while len(self.searchActions) == lastLen: if not self.thActions.is_alive():