Skip to content
Snippets Groups Projects
Commit 5f98d147 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo

parent a112c453
No related branches found
No related tags found
No related merge requests found
......@@ -511,8 +511,8 @@ class GajimCore:
hostname = self.cfgParser.tab[account]["hostname"]
name = self.cfgParser.tab[account]["name"]
password = self.passwords[account]
if not self.cfgParser.tab[account].has_key('resource']:
if not self.cfgParser.tab[account].has_key('ressource']:
if not self.cfgParser.tab[account].has_key('resource'):
if not self.cfgParser.tab[account].has_key('ressource'):
resource = 'Gajim'
else:
resource = self.cfgParser.tab[account]['ressource']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment