Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tempdban authored and littlecodersh committed Mar 10, 2017
1 parent 395e710 commit b4b2219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itchat/components/hotreload.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from ..config import VERSION
from ..returnvalues import ReturnValue
from .contact import update_local_chatrooms
from .contact import update_local_chatrooms, update_local_friends
from .messages import produce_msg

logger = logging.getLogger('itchat')
Expand Down
2 changes: 1 addition & 1 deletion itchat/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os, platform

VERSION = '1.2.29'
VERSION = '1.2.30'
BASE_URL = 'https://login.weixin.qq.com'
OS = platform.system() #Windows, Linux, Darwin
DIR = os.getcwd()
Expand Down

0 comments on commit b4b2219

Please sign in to comment.