1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-01-08 22:08:00 +00:00

Update format.py

The --burn and --discuss flags were switched. This change fixes that.
This commit is contained in:
Scott Hansen 2019-08-16 12:59:36 -07:00 committed by GitHub
parent 32d60b5321
commit 66659da66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,8 +234,8 @@ class Paste:
self._compression
],
formatter,
int(burnafterreading),
int(discussion)
int(discussion),
int(burnafterreading)
]
cipher_message = {'paste':self._text}
if self._attachment: