From aa764d65a60de2d48aad74494d3e0c17c270781f Mon Sep 17 00:00:00 2001 From: shaun Date: Sun, 5 Apr 2015 17:47:47 +1000 Subject: [PATCH] increase connection time out --- resources/lib/WriteKodiDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/WriteKodiDB.py b/resources/lib/WriteKodiDB.py index 8254f42d..8ce41ed0 100644 --- a/resources/lib/WriteKodiDB.py +++ b/resources/lib/WriteKodiDB.py @@ -848,7 +848,7 @@ class WriteKodiDB(): cursor.execute("SELECT idEpisode FROM episode WHERE c20 = ?",(MBitem["Id"],)) result = cursor.fetchone() if result != None: - utils.logMsg("Emby", "TV Show already exists in DB : " + MBitem["Id"] + " - " + MBitem["Name"]) + utils.logMsg("Emby", "TV Show already exists in DB : " + MBitem["Id"] + " - " + MBitem["Name"], 2) return addon = xbmcaddon.Addon(id='plugin.video.emby')