mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Created maintain_default_config method for ngrok
This commit is contained in:
parent
0e3ede4f0a
commit
148401a41e
|
@ -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)
|
Loading…
Reference in New Issue
Block a user