Skip to content
Snippets Groups Projects
Commit 71aeb800 authored by Dicson's avatar Dicson
Browse files

prevent traceback

parent 572248b0
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
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