Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
OasisAkari committed Sep 20, 2024
1 parent ad1a074 commit 99b4881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wiki/utils/ab.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def convert_ab_to_detailed_format(abl: list, wiki_info: WikiInfo, msg: Bot
title_checked = t['content']
if title_checked.find("<吃掉了>") != -1 or title_checked.find("<全部吃掉了>") != -1:
title_checked = title_checked.replace("<吃掉了>", msg.locale.t(
"check.redacted") + '\n' + wiki_info.articlepath.replace('$1', "Special:AbuseLog"))
"check.redacted") + '\n' + wiki_info.articlepath.replace('$1', "Special:AbuseLog"))
title_checked = title_checked.replace("<全部吃掉了>", msg.locale.t(
"check.redacted.all") + '\n' + wiki_info.articlepath.replace('$1', "Special:AbuseLog"))
title_checked_map[t['original']] = title_checked
Expand Down

0 comments on commit 99b4881

Please sign in to comment.