Skip to content

Commit 2d5f7bc

Browse files
committed
Oops, messed that one up
1 parent b06bc48 commit 2d5f7bc

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
@@ -66,7 +66,7 @@ def amazon(text):
6666

6767
# generate a short url
6868
if AFFILIATE_TAG:
69-
url = "http://www.amazon.com/dp/" + asin + "/?tag=cloudbot-20"
69+
url = "http://www.amazon.com/dp/" + asin + "/?tag=" + AFFILIATE_TAG
7070
else:
7171
url = "http://www.amazon.com/dp/" + asin + "/"
7272

0 commit comments

Comments
 (0)