mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added obtain_ngrok_url method
This commit is contained in:
parent
7ecf8f1f0e
commit
3316638e1a
|
@ -36,4 +36,8 @@ class NgrokController:
|
|||
|
||||
@property
|
||||
def ngrok_url(self):
|
||||
return self._ngrok_url
|
||||
return self._ngrok_url
|
||||
|
||||
def obtain_ngrok_url(self):
|
||||
self._ngrok_url = self._tunnels[0]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user