adds green color for url line

This will make sure the link is more visible in console
This commit is contained in:
deffcolony
2023-08-18 16:49:04 +02:00
parent 1c089b303d
commit e3b51dfbab

View File

@@ -1122,7 +1122,7 @@ if args.share:
cloudflare = _run_cloudflared(port, metrics_port)
else:
cloudflare = _run_cloudflared(port)
print("Running on", cloudflare)
print("\x1b[32mRunning on", cloudflare + "\x1b[0m")
ignore_auth.append(tts_play_sample)
app.run(host=host, port=port)