From caa317475d0a62b6fbe5de02261a32690e84597f Mon Sep 17 00:00:00 2001 From: Michael Sholl Date: Thu, 2 Oct 2014 20:10:20 -0400 Subject: [PATCH] Update piper.py Updated URL to point to Cryptographi.com --- piper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piper.py b/piper.py index 4a836e5..e9c8960 100755 --- a/piper.py +++ b/piper.py @@ -216,7 +216,7 @@ def print_password(headerText, ttp): font = ImageFont.truetype("/usr/share/fonts/ttf/swansea.ttf", 20) draw = ImageDraw.Draw(bottomDividerLineImg) - rightMarkText = "Piperwallet.com" + rightMarkText = "Cryptographi.com" rightMarkSize = draw.textsize(rightMarkText, font=font) leftMarkOrigin = (10, 15) @@ -336,7 +336,7 @@ def print_keypair(pubkey, privkey, leftBorderText, coinType, btcaddr): #create the divider - rightMarkText = "Piperwallet.com" + rightMarkText = "Cryptographi.com" font = ImageFont.truetype("/usr/share/fonts/ttf/swansea.ttf", 20)