alexdupat
Results
1
comments of
alexdupat
I have the same problem AttributeError: module 'fbchat' has no attribute 'Session' With the sample : import fbchat session = fbchat.Session.login("", "") listener = fbchat.Listener(session=session, chat_on=False, foreground=False)