Create application ngrok tunnel method moved to utils

This commit is contained in:
Fabio Manganiello 2021-11-07 11:35:47 +01:00
parent de25719563
commit 195ae5c488
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -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