Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy committed Aug 29, 2020
1 parent faaf6a5 commit 3c4764d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3c4764d

Please sign in to comment.