jakbin / py-localtunnel

localtunnel in python
MIT License
10 stars 3 forks source link

Use stdout instead of print #2

Closed TimothyAlexisVass closed 1 year ago

TimothyAlexisVass commented 1 year ago

So that it will show in multi process management tools such as honcho...

jakbin commented 1 year ago

But why ? Why need it ?

TimothyAlexisVass commented 1 year ago

So that it can be used with a multi process management tool such as honcho! 😉

Otherwise, the URL will not be logged to the terminal... As these only log stdout and not print...