David Blume commited on 2019-07-07 18:11:39
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -12,7 +12,7 @@ process thread pings them one at a time, and prints any changes. |
12 | 12 |
|
13 | 13 |
The code for such a loop might look like this: |
14 | 14 |
|
15 |
- # results is a dict of ip_address -> last ping result |
|
15 |
+ # "results" is a dict of ip_address -> last ping result |
|
16 | 16 |
for address in results.keys(): |
17 | 17 |
result = ping(address) |
18 | 18 |
if result != results[address]: |
19 | 19 |