mirror of
https://github.com/r4sas/PBinCLI
synced 2025-01-08 22:08: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:
commit
c63256c628
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user