Save sites.json before updating
This commit is contained in:
parent
20ed04af84
commit
58848068e6
1 changed files with 1 additions and 0 deletions
|
@ -703,6 +703,7 @@ class UiWebsocket(object):
|
|||
sys.modules["main"].update_after_shutdown = True
|
||||
if sys.modules["main"].file_server.tor_manager.tor_process:
|
||||
sys.modules["main"].file_server.tor_manager.stopTor()
|
||||
SiteManager.site_manager.save()
|
||||
sys.modules["main"].file_server.stop()
|
||||
sys.modules["main"].ui_server.stop()
|
||||
|
||||
|
|
Loading…
Reference in a new issue