mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-07-27 12:06:09 +02:00
Added daemonization option
improved options parsing
This commit is contained in:
parent
cbfe1511a2
commit
a497d8ddb2
7 changed files with 831 additions and 67 deletions
|
@ -215,7 +215,7 @@ class ShellMessage(object):
|
|||
self.put_text = put_text
|
||||
self.where = where
|
||||
self.plaintext = []
|
||||
self.path = os.path.dirname(os.path.abspath( __file__ )) + '/newlines.txt'
|
||||
self.path = os.path.dirname(os.path.abspath( __file__ )) + '/pykms_newlines.txt'
|
||||
self.print_queue = Queue.Queue()
|
||||
|
||||
def formatter(self, msgtofrmt):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue