chuckablack / python-52-weeks

repository for teaching python
MIT License
107 stars 76 forks source link

http://127.0.0.1:5001 #10

Open aramidetosin opened 3 years ago

aramidetosin commented 3 years ago

Why did you decide to use 5001 instead of 5000?

chuckablack commented 3 years ago

I actually sometimes run both quokka (the full application), with these mini-quokka 'quokka-server.py' flask applications. Since flask uses port 5000 by default, that's what the full quokka does; so I just decided to use 5001, for the times when I am running both at the same time.

I might change it back, since I don't see myself running them both at the same time, like I did for one of the lessons.