X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/eaa8bc374ff5eca1bb3caf9517dc6772cae34dd6..452fdf6b7875f8185960f9b1649ba3d8fad4ab24:/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py diff --git a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py index 2a7bf655..c71ffdbb 100644 --- a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py @@ -229,8 +229,8 @@ class UpdatePlugin(Screen): - - + + """ def __init__(self, session, args = None): @@ -296,7 +296,7 @@ class UpdatePlugin(Screen): elif event == IpkgComponent.EVENT_DONE: if self.updating: self.updating = False - self.ipkg.startCmd(Ipkg.CMD_UPGRADE, args = {'test_only': False}) + self.ipkg.startCmd(IpkgComponent.CMD_UPGRADE, args = {'test_only': False}) elif self.error == 0: self.slider.setValue(4)