From 69378d565bd9ffbf361377653de39ff37ff40156 Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 10 Nov 2009 21:03:02 +0100 Subject: fixed rapidshare plugin, creates error file if checksum is wrong, strip spaces i n cli --- pyLoadCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCli.py') diff --git a/pyLoadCli.py b/pyLoadCli.py index 11158cb7b..3294e8fc9 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -185,7 +185,7 @@ class pyLoadCli: self.print_input() def handle_input(self): - inp = self.input + inp = self.input.strip() if inp == "0": self.pos = [0, 0] self.build_menu() -- cgit v1.2.3