From 8dfaecf22b7c392b0462e888f40e9313d289d63a Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Sat, 22 Aug 2020 18:42:17 +0000 Subject: [PATCH] Created activate_config_path method for ngrok --- controllers/ngrok_controller.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/controllers/ngrok_controller.py b/controllers/ngrok_controller.py index f89ec50..678c81b 100644 --- a/controllers/ngrok_controller.py +++ b/controllers/ngrok_controller.py @@ -22,4 +22,8 @@ class NgrokController: pass def maintain_default_config(self): - self._installer.install_default_config(self._config_path) \ No newline at end of file + self._installer.install_default_config(self._config_path) + + + def activate_config_path(self): + self._config.PyngrokConfig(config_path=self._config_path) \ No newline at end of file