Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
fix Tuling context user id bug
Browse files Browse the repository at this point in the history
  • Loading branch information
youfou committed Apr 9, 2017
1 parent 13388d8 commit 0a52cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wxpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def reply_my_friend(msg):
from .utils import dont_raise_response_error, embed, ensure_one, mutual_friends

__title__ = 'wxpy'
__version__ = '0.3.4'
__version__ = '0.3.4.1'
__author__ = 'Youfou'
__license__ = 'MIT'
__copyright__ = '2017, Youfou'
Expand Down
2 changes: 1 addition & 1 deletion wxpy/ext/tuling.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_location(_chat):
payload = dict(
key=self.api_key,
info=info,
user_id=user_id,
userid=user_id,
loc=location
)

Expand Down

0 comments on commit 0a52cb4

Please sign in to comment.