Skip to content

Commit

Permalink
Merge pull request #6 from shirokurakana/master
Browse files Browse the repository at this point in the history
修复一处明显笔误
  • Loading branch information
Angel-Hair authored Aug 23, 2020
2 parents 7b98c27 + bcd1912 commit 7150675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xunbot/plugins/image/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_view(self, ascii2d) -> str:
putline1 = self.add_repass("色调检索", color)
putline.append(putline1)
if bovw:
putline2 = self.add_repass("色调检索", color)
putline2 = self.add_repass("特征检索", bovw)
putline.append(putline2)

repass = "\n".join(putline)
Expand Down

0 comments on commit 7150675

Please sign in to comment.