diff --git a/aaaa/digital-filters-meh/README.md b/aaaa/digital-filters-meh/README.md index 2bbb12d..f3221bf 100644 --- a/aaaa/digital-filters-meh/README.md +++ b/aaaa/digital-filters-meh/README.md @@ -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: -``` +```{.python} while True: rl = r.readline(timeout=3) if rl.startswith(b'Uh oh,'):