Revert "Wait even longer to try to write to Kodi DB"

This reverts commit 9f0d0026e6.
This commit is contained in:
croneter 2019-01-19 17:12:45 +01:00
parent f821134ed3
commit 7527f38c3f

View file

@ -28,7 +28,7 @@ def catch_operationalerrors(method):
except utils.OperationalError as err: except utils.OperationalError as err:
if 'database is locked' not in err: if 'database is locked' not in err:
raise raise
if app.APP.monitor.waitForAbort(1): if app.APP.monitor.waitForAbort(0.1):
# PKC needs to quit # PKC needs to quit
return return
attempts -= 1 attempts -= 1