delete disk usage file after soft reset

This commit is contained in:
Kevin Froman 2020-01-19 21:05:55 -06:00
parent f3b22dad56
commit 4afa3d87e5
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ def soft_reset():
shutil.rmtree(path)
_ignore_not_found_delete(dbfiles.block_meta_db)
_ignore_not_found_delete(filepaths.upload_list)
_ignore_not_found_delete(filepaths.usage_file)
onionrevents.event('softreset')
logger.info("Soft reset Onionr", terminal=True)