From a2b148684d26e8dc20ccf52e3ae19bd044de97a9 Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Sat, 1 May 2021 17:14:30 +0200 Subject: [PATCH] ops --- specials/globalsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/globalsearch.py b/specials/globalsearch.py index fa8d768e..bbee8141 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -91,7 +91,7 @@ class SearchWindow(xbmcgui.WindowXML): self.search_threads = [] if not thActions: - self.thActions = Thread(target=self.getActionsThread()) + self.thActions = Thread(target=self.getActionsThread) self.thActions.start() else: self.thActions = thActions