Print link with access token to stderr
This commit is contained in:
parent
f308bca1fb
commit
fe81014794
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user