digital filters: fix code blocks, round 2
This commit is contained in:
parent
37ced43dd1
commit
0db751947e
|
@ -115,7 +115,7 @@ def adversary(true_pose):
|
||||||
```
|
```
|
||||||
|
|
||||||
And talk to the server, pretending to be the tracker every indication, until we see a string indicating we got the flag:
|
And talk to the server, pretending to be the tracker every indication, until we see a string indicating we got the flag:
|
||||||
```
|
```{.python}
|
||||||
while True:
|
while True:
|
||||||
rl = r.readline(timeout=3)
|
rl = r.readline(timeout=3)
|
||||||
if rl.startswith(b'Uh oh,'):
|
if rl.startswith(b'Uh oh,'):
|
||||||
|
|
Loading…
Reference in New Issue