mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Created activate_config_path method for ngrok
This commit is contained in:
parent
148401a41e
commit
8dfaecf22b
|
@ -22,4 +22,8 @@ class NgrokController:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def maintain_default_config(self):
|
def maintain_default_config(self):
|
||||||
self._installer.install_default_config(self._config_path)
|
self._installer.install_default_config(self._config_path)
|
||||||
|
|
||||||
|
|
||||||
|
def activate_config_path(self):
|
||||||
|
self._config.PyngrokConfig(config_path=self._config_path)
|
Loading…
Reference in New Issue
Block a user