From 5ce680890ba57c10ae8cd7a41be2666a35c96888 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 11 Sep 2010 22:59:07 +0200 Subject: additional fix --- module/AccountManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/AccountManager.py') diff --git a/module/AccountManager.py b/module/AccountManager.py index 9c42d1ebe..46f573f68 100644 --- a/module/AccountManager.py +++ b/module/AccountManager.py @@ -99,7 +99,7 @@ class AccountManager(): if line.startswith("#"): continue if line.startswith("version"): continue - if line.endswith(":"): + if line.endswith(":") and line.count(":") == 1: plugin = line[:-1] self.accounts[plugin] = {} -- cgit v1.2.3