Created maintain_default_config method for ngrok

pull/784/head^2
sTiKyt 2020-08-22 18:41:50 +00:00
parent 0e3ede4f0a
commit 148401a41e
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ class NgrokController:
except self._exceptions.PyngrokError:
print("Can't find any latest connections.") # FIXME replace with View entry
pass
def maintain_default_config(self):
self._installer.install_default_config(self._config_path)