server/sources/datafeed.py
branchstable
changeset 7641 790038f88b8b
parent 7443 c10164464afc
child 7642 64eee2a83bfa
--- a/server/sources/datafeed.py	Mon Jul 11 09:18:18 2011 +0200
+++ b/server/sources/datafeed.py	Mon Jul 11 09:18:25 2011 +0200
@@ -57,7 +57,8 @@
         )
     def __init__(self, repo, source_config, eid=None):
         AbstractSource.__init__(self, repo, source_config, eid)
-        self.update_config(None, self.check_conf_dict(eid, source_config))
+        self.update_config(None, self.check_conf_dict(eid, source_config,
+                                                      fail_if_unknown=False))
 
     def check_config(self, source_entity):
         """check configuration of source entity"""