fbchat
fbchat copied to clipboard
Stop printing stuff in the console
I don't want to get output
Is there a way I can configure my Client object to not print stuff like "login into ..." or the big chunk of text that it appears when you send a message with client.send(Message(message), user.uid)?
You can import the logging module and pass logging_level=logging.ERROR when creating your fbchat.Client() instance