Skip to content

Commit a101569

Browse files
committed
updated lab 6 for clarity
1 parent d14e205 commit a101569

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

labs/6.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
154154
it. 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
157159
server workers listening on ports 8080 to 8085 (inclusive). Each worker returns
158160
different 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

0 commit comments

Comments
 (0)