1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-01-09 06:18:00 +00:00

Merge pull request #16 from firecat53/patch-1

Fix swapped "open discussion" and "burn after reading" options order
This commit is contained in:
R4SAS 2019-08-17 00:12:49 +03:00 committed by GitHub
commit c63256c628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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