diff options
Diffstat (limited to 'module')
| -rw-r--r-- | module/AccountManager.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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] = {} | 
