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