Skip to content

Commit

Permalink
Merge pull request #16 from firecat53/patch-1
Browse files Browse the repository at this point in the history
Fix swapped "open discussion" and "burn after reading" options order
  • Loading branch information
r4sas authored Aug 16, 2019
2 parents 32d60b5 + 66659da commit c63256c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pbincli/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ def encrypt(self, formatter, burnafterreading, discussion, expiration):
self._compression
],
formatter,
int(burnafterreading),
int(discussion)
int(discussion),
int(burnafterreading)
]
cipher_message = {'paste':self._text}
if self._attachment:
Expand Down

0 comments on commit c63256c

Please sign in to comment.