increase connection time out

This commit is contained in:
shaun 2015-04-05 17:47:47 +10:00
parent 6039611da5
commit aa764d65a6
1 changed files with 1 additions and 1 deletions

View File

@ -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')