summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-07-19 18:45:36 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-07-19 18:45:36 +0200
commitf749076023471da04ae2c35d8328e0b307bbb55c (patch)
treef83e54d3569a7cc9aaf0e5213229e4d96757dd9c
parent329287f24b69890f9d8df5fa3f9c34f723e30141 (diff)
downloadcpaste-f749076023471da04ae2c35d8328e0b307bbb55c.tar.gz
cpaste-f749076023471da04ae2c35d8328e0b307bbb55c.tar.xz
cpaste-f749076023471da04ae2c35d8328e0b307bbb55c.zip
Follow the code for paste burning
Looks like the doc doesn't match the code ... Thanks to Stephan Schwarz!
-rwxr-xr-xcpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpaste b/cpaste
index 92e6060..0217c50 100755
--- a/cpaste
+++ b/cpaste
@@ -141,8 +141,8 @@ def privatebin_encrypt(paste_passphrase,
compression_type,
],
paste_formatter,
- int(paste_burn),
int(paste_opendicussion),
+ int(paste_burn),
]
paste_adata_json = json_encode(paste_adata)