From d59f4d94c6b627b83269c643703824afb7faab14 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 7 Aug 2009 13:23:52 +0200 Subject: Rs fix, timed reconnect, Cli local option + displaying size --- module/remote/RequestHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/remote/RequestHandler.py') diff --git a/module/remote/RequestHandler.py b/module/remote/RequestHandler.py index 7fa85abe1..415a8bba7 100644 --- a/module/remote/RequestHandler.py +++ b/module/remote/RequestHandler.py @@ -21,7 +21,7 @@ from RequestObject import RequestObject class RequestHandler: def __init__(self, core): self.core = core - key = hashlib.sha256("pwhere") #core.config['remotepassword'] + key = hashlib.sha256(core.config['remotepassword']) self.bf = Blowfish.new(key.hexdigest(), Blowfish.MODE_ECB) def proceed(self, data): -- cgit v1.2.3