gusmobile

python gemini client library
git clone https://git.clttr.info/gusmobile.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit ef7315f7d2719b452bdd412d560bd5875ae68b8d
parent 57d591b47d481bca74c45abcbed566ed7bdbb737
Author: Jason McBrayer <jmcbray@carcosa.net>
Date:   Thu, 10 Oct 2019 18:26:09 -0400

Tiny doc fix

Diffstat:
Mdocs/index.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/index.rst b/docs/index.rst @@ -8,7 +8,7 @@ Basic usage:: import gusmobile r = gusmobile.get("gemini://circumlunar.space:1965/") - print(r.text) + print(r.content)