Skip to content

Commit

Permalink
Update wechat_channel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiu authored Sep 25, 2023
1 parent d7beeb5 commit 864c733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions channel/wechat/wechat_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ def startup(self):
hotReload=hotReload,
statusStorageDir=status_path,
qrCallback=qrCallback,
loginCallback=self.login_callback,
exitCallback=self.logout_callback
)
self.user_id = itchat.instance.storageClass.userName
self.name = itchat.instance.storageClass.nickName
Expand Down

0 comments on commit 864c733

Please sign in to comment.