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 8, 2017
1 parent 0fa43ed commit 34d3a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itchat/components/hotreload.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def load_login_status(self, fileDir,
if '@@' in contact['UserName']:
update_local_chatrooms(self, [contact])
else:
update_local_chatrooms(self, [contact])
update_local_friends(self, [contact])
if msgList:
msgList = produce_msg(self, msgList)
for msg in msgList: self.msgList.put(msg)
Expand Down

0 comments on commit 34d3a4e

Please sign in to comment.