From b48db583db87bee852e56122b9ee9611ed0e9a87 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Fri, 15 May 2015 18:30:45 -0400 Subject: [PATCH] Fix up postback link while we're at it --- bin/masspay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/masspay.py b/bin/masspay.py index 1729158c0c..0f2e2d1613 100755 --- a/bin/masspay.py +++ b/bin/masspay.py @@ -226,7 +226,7 @@ def post_back_to_gratipay(): nposts = 0 for username, email, gross, fee, net, additional_note in csv.reader(open(GRATIPAY_CSV)): - url = '{}/{}/history/record-an-exchange'.format(gratipay_base_url, username) + url = '{}/~{}/history/record-an-exchange'.format(gratipay_base_url, username) note = 'PayPal MassPay to {}.'.format(email) if additional_note: note += " " + additional_note