server/sources/datafeed.py
changeset 7642 64eee2a83bfa
parent 7590 a9aad6c25836
parent 7641 790038f88b8b
child 7697 ef50074a0314
--- a/server/sources/datafeed.py	Mon Jul 11 09:15:54 2011 +0200
+++ b/server/sources/datafeed.py	Mon Jul 11 09:21:44 2011 +0200
@@ -66,7 +66,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"""