parent
33ceb3ee33
commit
225776a145
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ def kodiSQL(media_type="video"):
|
||||||
else:
|
else:
|
||||||
dbPath = getKodiVideoDBPath()
|
dbPath = getKodiVideoDBPath()
|
||||||
|
|
||||||
connection = sqlite3.connect(dbPath, timeout=15.0)
|
connection = sqlite3.connect(dbPath, timeout=60.0)
|
||||||
return connection
|
return connection
|
||||||
|
|
||||||
def getKodiVideoDBPath():
|
def getKodiVideoDBPath():
|
||||||
|
|
Loading…
Reference in a new issue