Revert "Fix to database parameter must be string"
This reverts commit 51cc5e8a2a
.
This commit is contained in:
parent
51cc5e8a2a
commit
3fe0d51614
1 changed files with 0 additions and 7 deletions
|
@ -189,12 +189,5 @@ class Main():
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
log.info('%s started' % v.ADDON_ID)
|
log.info('%s started' % v.ADDON_ID)
|
||||||
try:
|
|
||||||
v.database_paths()
|
|
||||||
except RuntimeError as err:
|
|
||||||
# Database does not exists
|
|
||||||
log.error('The current Kodi version is incompatible')
|
|
||||||
log.error('Error: %s', err)
|
|
||||||
return
|
|
||||||
Main()
|
Main()
|
||||||
log.info('%s stopped' % v.ADDON_ID)
|
log.info('%s stopped' % v.ADDON_ID)
|
||||||
|
|
Loading…
Reference in a new issue