Skip to content

Commit

Permalink
Fix small errors
Browse files Browse the repository at this point in the history
  • Loading branch information
milkice233 committed Oct 29, 2019
1 parent a5fbe89 commit 1548705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efb_qq_slave/Clients/CoolQ/CoolQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def handle_add_friend_request(context):
@self.coolq_bot.on_request('group')
def handle_group_request(context):
self.logger.debug(repr(context))
context['group_name'] = _('[Request]') + self.get_group_info(context['group_id'])['group_name']
context['group_name'] = self._('[Request]') + self.get_group_info(context['group_id'])['group_name']
context['group_id_orig'] = context['group_id']
context['group_id'] = str(context['group_id']) + "_notification"
context['message_type'] = 'group'
Expand Down

0 comments on commit 1548705

Please sign in to comment.