File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,9 @@ First, grab the python file for the service you will be running from the
153153[ decal-labs repo] ( https://github.com/0xcf/decal-labs/blob/master/a7/server.py ) using ` wget ` or something similar to download
154154it. You'll likely also need to install ` tornado ` using ` sudo apt install python3-tornado ` .
155155
156- When run (` python3 server.py ` ), this script will start up 6 different HTTP
156+ Next, run the script using ` python3 server.py ` .
157+
158+ After running ` python3 server.py ` , the script will start up 6 different HTTP
157159server workers listening on ports 8080 to 8085 (inclusive). Each worker returns
158160different content to make it clear which one you are talking to for this lab
159161("Hello, I am ID 0" for instance), but in real usage they would generally all
You can’t perform that action at this time.
0 commit comments