10
2
Fork 0

digital filters: fix code blocks, round 2

This commit is contained in:
Erin Moon 2020-05-26 05:59:56 -05:00
parent 37ced43dd1
commit 0db751947e
1 changed files with 1 additions and 1 deletions

View File

@ -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,'):