3 Commits
0.2 ... 0.2.1

Author SHA1 Message Date
r4sas
692335ee62 0.2.1
Signed-off-by: r4sas <r4sas@i2pmail.org>
2019-08-16 21:24:52 +00:00
R4SAS
c63256c628 Merge pull request #16 from firecat53/patch-1
Fix swapped "open discussion" and "burn after reading" options order
2019-08-17 00:12:49 +03:00
Scott Hansen
66659da66d Update format.py
The --burn and --discuss flags were switched. This change fixes that.
2019-08-16 12:59:36 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__author__ = "R4SAS <r4sas@i2pmail.org>" __author__ = "R4SAS <r4sas@i2pmail.org>"
__version__ = "0.2" __version__ = "0.2.1"
__copyright__ = "Copyright (c) R4SAS" __copyright__ = "Copyright (c) R4SAS"
__license__ = "MIT" __license__ = "MIT"

View File

@@ -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: