diff --git a/platypush/common/ngrok/__init__.py b/platypush/utils/ngrok.py similarity index 96% rename from platypush/common/ngrok/__init__.py rename to platypush/utils/ngrok.py index ed885e749..ca78fe69b 100644 --- a/platypush/common/ngrok/__init__.py +++ b/platypush/utils/ngrok.py @@ -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