Browse Source

Merge pull request #16 from firecat53/patch-1

Fix swapped "open discussion" and "burn after reading" options order
dependabot/add-v2-config-file
R4SAS 5 years ago committed by GitHub
parent
commit
c63256c628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pbincli/format.py

4
pbincli/format.py

@ -234,8 +234,8 @@ class Paste: @@ -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…
Cancel
Save