diff --git a/jon/__init__.py b/jon/__init__.py index 78b2a04..6195cdf 100644 --- a/jon/__init__.py +++ b/jon/__init__.py @@ -43,5 +43,7 @@ def create_app(): return render_template("index.html") print(f"Jon started. Token: {auth.ACCESS_TOKEN}", file=sys.stderr) + # TODO: Get host and port from config + print(f"http://localhost:5000/?token={auth.ACCESS_TOKEN}", file=sys.stderr) return app