Skip to content

Commit 215d93d

Browse files
author
MuffinMedic
authored
Fix typo
1 parent 7f719ed commit 215d93d

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)