forked from platypush/platypush
Create application ngrok tunnel method moved to utils
This commit is contained in:
parent
de25719563
commit
195ae5c488
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ def _get_http_port() -> int:
|
|||
return http.port
|
||||
|
||||
|
||||
def create_ngrok_tunnel() -> str:
|
||||
def get_or_create_ngrok_tunnel() -> str:
|
||||
"""
|
||||
This method creates an ngrok tunnel for the local web application,
|
||||
useful to register public HTTPS callback URLs on the fly from plugins
|
Loading…
Reference in a new issue