diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-31 21:43:41 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-31 21:43:41 +0200 |
commit | 1193b9c68caba33f19baa4265349a89ff5a777a6 (patch) | |
tree | 63350f4f44b08a66cdc2be201174f7ec76ab96d3 /module/remote/RequestHandler.py | |
parent | gui socket finally works (diff) | |
download | pyload-1193b9c68caba33f19baa4265349a89ff5a777a6.tar.xz |
socket interface example
Diffstat (limited to 'module/remote/RequestHandler.py')
-rw-r--r-- | module/remote/RequestHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/RequestHandler.py b/module/remote/RequestHandler.py index ec0bf0414..dd4fdeb5f 100644 --- a/module/remote/RequestHandler.py +++ b/module/remote/RequestHandler.py @@ -60,7 +60,7 @@ class RequestHandler: enc_str = self.bf.encrypt(enc_str) enc_str = base64.standard_b64encode(enc_str) - return enc_str + return enc_str + "\n" |