small fix to default mysql support to false

This commit is contained in:
Marcel van der Veldt 2015-03-26 22:37:14 +01:00
parent 9838b01467
commit cb8df35a1e
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ def KodiSQL():
dbVersion = "90" dbVersion = "90"
#find out if we should use MySQL #find out if we should use MySQL
useMySQL = False
settingsFile = xbmc.translatePath( "special://profile/advancedsettings.xml" ) settingsFile = xbmc.translatePath( "special://profile/advancedsettings.xml" )
if xbmcvfs.exists(settingsFile): if xbmcvfs.exists(settingsFile):
tree = ET.ElementTree(file=settingsFile) tree = ET.ElementTree(file=settingsFile)