diff --git a/core/version_check.py b/core/version_check.py index a414f4b9..8fac2d37 100644 --- a/core/version_check.py +++ b/core/version_check.py @@ -81,7 +81,7 @@ class CheckVersion(object): def update(self): if self.updater.need_update(): result = self.updater.update() - cleanup.clean('core', 'libs') + cleanup.clean(cleanup.FOLDER_STRUCTURE) return result