From b87e6441bfa4f203d437838d370a48a443f39a66 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 28 Sep 2010 13:00:46 +0200 Subject: rs wait time fix --- module/ConfigParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/ConfigParser.py') diff --git a/module/ConfigParser.py b/module/ConfigParser.py index 81be6c021..32d3caca7 100644 --- a/module/ConfigParser.py +++ b/module/ConfigParser.py @@ -165,7 +165,7 @@ class ConfigParser: desc = desc.replace('"', "").strip() - typ, option = content.split() + typ, none, option = content.rpartition(" ") value = value.strip() -- cgit v1.2.3