mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fix missed commit for source cleaner
This commit is contained in:
parent
14300d12fd
commit
f83b37d80b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue