Connor Cantrell
Results
1
comments of
Connor Cantrell
If you're on Windows, you need to install `waitress` instead of `gunicorn`: 1. `pip install waitress` 2. Navigate to the project directory 3. Run `waitress-serve --listen=*:8000 capcha_server:app`