Skip to content

Commit

Permalink
fix(readme): add an import of TEXT (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtr109 authored and littlecodersh committed May 9, 2017
1 parent c8ef672 commit f2d0568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def download_files(msg):

```python
import itchat
from itchat.content import TEXT

newInstance = itchat.new_instance()
newInstance.auto_login(hotReload=True, statusStorageDir='newInstance.pkl')
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ You may use the following commands to open multi instance.
.. code:: python
import itchat
from itchat.content import TEXT
newInstance = itchat.new_instance()
newInstance.auto_login(hotReload=True, statusStorageDir='newInstance.pkl')
Expand Down
1 change: 1 addition & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ You may use the following commands to open multi instance.

```python
import itchat
from itchat.content import TEXT

newInstance = itchat.new_instance()
newInstance.auto_login(hotReload=True, statusStorageDir='newInstance.pkl')
Expand Down

0 comments on commit f2d0568

Please sign in to comment.