From 8d0914737dbf71a894003c5d926f1220d6701b8a Mon Sep 17 00:00:00 2001 From: HostileNinja72 Date: Mon, 26 Aug 2024 05:33:30 +0100 Subject: [PATCH] adding stuff --- content/posts/htb/pathofsurvival.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/htb/pathofsurvival.md b/content/posts/htb/pathofsurvival.md index 574376d..53e859f 100644 --- a/content/posts/htb/pathofsurvival.md +++ b/content/posts/htb/pathofsurvival.md @@ -255,7 +255,7 @@ for i in tqdm(range(100), desc="FOR THE FLAG WE GOOO"): send_directions_and_process_responses(url, direction_sequence) ``` -It is worth noting that we have also defined a function `get_directions_sequence` that will translate the change in directions and sequences of **L, R, D or U** so the server can understand our requests. +It is worth noting that we have also defined a function `get_directions_sequence` that will translate the change in directionst into sequences of **L, R, D or U** so the server can understand our requests. ```python def get_directions_sequence(coordinates):