Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyaowong committed Nov 13, 2020
1 parent b4e6724 commit 6f93518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion botoy/decorators/_startswith.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def inner(ctx):
refine_ctx = refine_pic_group_msg(ctx) # type: _PicGroupMsg
else:
refine_ctx = refine_pic_friend_msg(ctx) # type:_PicFriendMsg
content = refine_ctx.Content # type:str
if refine_ctx is not None:
content = refine_ctx.Content
else:
Expand Down

0 comments on commit 6f93518

Please sign in to comment.