From acaad99b45049161a133d64edc54621b26754c3f Mon Sep 17 00:00:00 2001 From: Github Mirror Date: Fri, 16 Dec 2022 17:16:35 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8345426..ee83460 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # mobilizon-python -This library allow to interact with Mobilizon application using its GraphQL API endpoint. \ No newline at end of file +This library allow to interact with Mobilizon application using its GraphQL API endpoint. + +This library leverage on Tenacity library to implement retry pattern. + +CLone from https://framagit.org/-/snippets/6640 \ No newline at end of file