Merge pull request #562 from smilexs4/patch-1

Fix typo in example
This commit is contained in:
Mads Marquart
2020-05-10 11:53:39 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ import fbchat
session = fbchat.Session.login("<email>", "<password>")
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()