prevent traceback
This commit is contained in:
parent
572248b077
commit
71aeb800da
|
@ -203,7 +203,7 @@ class GajimPluginConfig():
|
|||
self.FILE_PATH = os.path.join(gajim.PLUGINS_CONFIG_DIR,
|
||||
self.plugin.short_name).decode('utf-8').encode(
|
||||
locale.getpreferredencoding())
|
||||
self.data = None
|
||||
self.data = {}
|
||||
|
||||
@log_calls('GajimPluginConfig')
|
||||
def __getitem__(self, key):
|
||||
|
|
Loading…
Reference in New Issue