Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
692335ee62 | ||
|
|
c63256c628 | ||
|
|
66659da66d |
@@ -2,6 +2,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__author__ = "R4SAS <r4sas@i2pmail.org>"
|
||||
__version__ = "0.2"
|
||||
__version__ = "0.2.1"
|
||||
__copyright__ = "Copyright (c) R4SAS"
|
||||
__license__ = "MIT"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user