Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit bd7dcfa

Browse files
author
s4w3d0ff
committed
-'-'
1 parent 6af967c commit bd7dcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperwallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def makePaper(publickey, privatekey, background='paperwallet.png', fontsize=10,
2929
d.text((15,172), publickey, font=fnt, fill=(0,0,0,250))
3030
d.text((15,537), privatekey, font=fnt, fill=(0,0,0,250))
3131

32-
# Merge the 2 layers and rotate -90 degrees
32+
# Merge the 2 layers and rotate 90 degrees
3333
out = Image.alpha_composite(base, txt)
3434
out.rotate(90).show()
3535

0 commit comments

Comments
 (0)