We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f719ed + 215d93d commit c54d7a0Copy full SHA for c54d7a0
1 file changed
plugins/amazon.py
@@ -104,4 +104,4 @@ def amazon(text, _parsed=False):
104
if not _parsed:
105
return colors.parse("".join("$(b){}$(b) ({}) - {}{} - {}".format(title, price, rating_str, tag_str, url).splitlines()))
106
else:
107
- return eolors.parse("".join("$(b){}$(b) ({}) - {}{}".format(title, price, rating_str, tag_str).splitlines()))
+ return colors.parse("".join("$(b){}$(b) ({}) - {}{}".format(title, price, rating_str, tag_str).splitlines()))
0 commit comments