From 269205fe97f1145a35205caf7c36b5d2bcd4c185 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Tue, 28 Jun 2016 01:09:36 -0500 Subject: [PATCH] Remove profiling --- resources/lib/librarysync.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index e31a83cb..8cfa096a 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -670,6 +670,7 @@ class LibrarySync(threading.Thread): return True + @utils.profiling() def tvshows(self, embycursor, kodicursor, pdialog): # Get shows from emby @@ -906,7 +907,7 @@ class LibrarySync(threading.Thread): "You should restart Kodi now. " "Please report this on the forum.")) raise - @utils.profiling() + def run_internal(self): dialog = xbmcgui.Dialog()