site

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

commit ab72373489980065be50b58c0e2157279d23684d
parent 014ba52ee085668e11d8695fbbd071ef6476f45c
Author: Beau <cbeauhilton@gmail.com>
Date:   Mon, 27 Sep 2021 19:38:20 -0500

no view-source links

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

diff --git a/posts/geocheatcode.md b/posts/geocheatcode.md @@ -152,7 +152,7 @@ you'll find `APP_INITIALIZATION_STATE`, which contains latitude and longitude for the place the map centered on. - [example search](https://www.google.com/maps?q=something+whose+latitude+and+longitude+you+would+like+to+know,+maybe+VUMC+Internal+Medicine) -- [example source](view-source:https://www.google.com/maps/search/something+whose+latitude+and+longitude+you+would+like+to+know,+maybe+VUMC+Internal+Medicine/) +- [example source](view-source:https://www.google.com/maps/search/something+whose+latitude+and+longitude+you+would+like+to+know,+maybe+VUMC+Internal+Medicine/) (you have to copy and paste this link into a new tab manually, clicking won't work) I use the lovely [`requests-html`](https://docs.python-requests.org/projects/requests-html/en/latest/)