We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f719ed commit 215d93dCopy full SHA for 215d93d
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