Browse Source

Update format.py

The --burn and --discuss flags were switched. This change fixes that.
dependabot/add-v2-config-file
Scott Hansen 5 years ago committed by GitHub
parent
commit
66659da66d
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