We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06bc48 commit 2d5f7bcCopy full SHA for 2d5f7bc
1 file changed
plugins/amazon.py
@@ -66,7 +66,7 @@ def amazon(text):
66
67
# generate a short url
68
if AFFILIATE_TAG:
69
- url = "http://www.amazon.com/dp/" + asin + "/?tag=cloudbot-20"
+ url = "http://www.amazon.com/dp/" + asin + "/?tag=" + AFFILIATE_TAG
70
else:
71
url = "http://www.amazon.com/dp/" + asin + "/"
72
0 commit comments