From 3c4764d8c20be611228a8fb3b8a3142804f11153 Mon Sep 17 00:00:00 2001 From: Stan van Rooy Date: Sat, 29 Aug 2020 17:46:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d4e0147..a1ea9307 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ while result: # paginates until all followers are extracted parsed = result.json() obj, result = client.followers_get(obj) sleep(random.randint(10, 60)) -print(f"Congrats! You have {len(parsed)} followers. You're very popular!) +print(f"Congrats! You have {len(parsed)} followers. You're very popular!") ``` A few other examples of how to use the package, can be found in the examples directory.