You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xbmc.log(msg='IAGL: Extracted zipped db with version {} to path {}'.format(self.config.addon.get('version'),str(self.config.files.get('db').parent)),level=xbmc.LOGDEBUG)
269
-
self.config.files.get('addon_data_db_zipped').rename(self.config.files.get('addon_data_db_zipped_backup')) #Rename new zipped db to backup
269
+
self.config.files.get('addon_data_db_zipped').rename(self.config.files.get('db_zipped_backup')) #Rename new zipped db to backup
xbmc.log(msg='IAGL: Extracted zipped db with version {} to path {}'.format(self.config.addon.get('version'),str(self.config.files.get('db').parent)),level=xbmc.LOGDEBUG)
0 commit comments