Revert "Attempt at fixing database locked"

This reverts commit 0e7c8b5959.
This commit is contained in:
angelblue05 2015-06-23 20:12:39 -05:00
parent 0e7c8b5959
commit 5f356b9147
1 changed files with 1 additions and 2 deletions

View File

@ -82,10 +82,9 @@ class TextureCache():
if result:
cursor.execute("DELETE FROM texture WHERE url = ?", (url,))
connection.commit()
cursor.close()
else:
cursor.close()
self.CacheTexture(url)
cursor.close()
def setKodiWebServerDetails(self):