[Fixed]-Error from Python job scheduling module each time I stop server

1👍

There does not seem to be any problem.

The Traceback you posted reports a KeyboardInterrupt which is commonly used to force-quit an application and thus completely normal.

The server also seems to have started.
Have you tried visiting http://127.0.0.1:8000/ while the server is running?
The last line just tells you to use CTRL-C in the command line if you want to stop the server.

👤kaka

Leave a comment