site

text for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit ed2af6f541bf13bcfcc755b6daf0c3c8974b3e38
parent 36ee38515733aa65b846c73bd26593b7caf8f016
Author: Beau <cbeauhilton@gmail.com>
Date:   Mon, 27 Sep 2021 19:19:48 -0500

minor edit

Diffstat:
Mposts/geocheatcode.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posts/geocheatcode.md b/posts/geocheatcode.md @@ -155,7 +155,7 @@ Python library to send the query to Google, receive the response, and search through the response for the part I want to extract. -Then I use a little bit of standard Python +Then I use a little standard Python to parse the extracted part and save the important bits. PSA: don't go crazy with this.