installing nativefier

This commit is contained in:
Vinícius Moreira
2019-12-10 14:44:30 -03:00
parent 354af8b041
commit 7a97ef8531
3 changed files with 58 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ class WebApplicationManager(SoftwareManager):
def prepare(self):
if bool(int(os.getenv('BAUH_WEB_UPDATE_NODE', 1))):
Thread(daemon=True, target=self.node_updater.update_node).start()
Thread(daemon=True, target=self.node_updater.update_environment).start()
def list_updates(self, internet_available: bool) -> List[PackageUpdate]:
pass