From 66659da66df14071c9609115182f93acb0dd04e0 Mon Sep 17 00:00:00 2001 From: Scott Hansen Date: Fri, 16 Aug 2019 12:59:36 -0700 Subject: [PATCH] Update format.py The --burn and --discuss flags were switched. This change fixes that. --- pbincli/format.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pbincli/format.py b/pbincli/format.py index 7d0686e..92c8765 100644 --- a/pbincli/format.py +++ b/pbincli/format.py @@ -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: