diff --git a/examples/fetch.py b/examples/fetch.py index f4675b5..dd7302b 100644 --- a/examples/fetch.py +++ b/examples/fetch.py @@ -2,7 +2,7 @@ import fbchat session = fbchat.Session.login("", "") -client = fbchat.Client(session) +client = fbchat.Client(session=session) # Fetches a list of all users you're currently chatting with, as `User` objects users = client.fetch_all_users()