Fixed a spelling mistake
This commit is contained in:
@@ -145,7 +145,7 @@ class Client(object):
|
|||||||
>>> from fbchat.client import Client, log
|
>>> from fbchat.client import Client, log
|
||||||
>>> log.setLevel(logging.DEBUG)
|
>>> log.setLevel(logging.DEBUG)
|
||||||
|
|
||||||
You can do the same thing by addint the 'debug' argument:
|
You can do the same thing by adding the 'debug' argument:
|
||||||
>>> from fbchat import Client
|
>>> from fbchat import Client
|
||||||
>>> client = Client("...", "...", debug=True)
|
>>> client = Client("...", "...", debug=True)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user