mirror of
https://github.com/r4sas/PBinCLI
synced 2025-01-09 06:18:00 +00:00
Update format.py
The --burn and --discuss flags were switched. This change fixes that.
This commit is contained in:
parent
32d60b5321
commit
66659da66d
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user