Open aramidetosin opened 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.
Why did you decide to use 5001 instead of 5000?