Skip to content

Commit c54d7a0

Browse files
authored
Merge pull request #36 from MuffinMedic/patch-1
Fix typo in amazon.py plugin
2 parents 7f719ed + 215d93d commit c54d7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/amazon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ def amazon(text, _parsed=False):
104104
if not _parsed:
105105
return colors.parse("".join("$(b){}$(b) ({}) - {}{} - {}".format(title, price, rating_str, tag_str, url).splitlines()))
106106
else:
107-
return eolors.parse("".join("$(b){}$(b) ({}) - {}{}".format(title, price, rating_str, tag_str).splitlines()))
107+
return colors.parse("".join("$(b){}$(b) ({}) - {}{}".format(title, price, rating_str, tag_str).splitlines()))

0 commit comments

Comments
 (0)