---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
<ipython-input-4-401a0276a15c> in <module>()
3 import InfluxDBInterface
4 reload(InfluxDBInterface)
----> 5 MyUniverse = IoTtoolkit.Universe()
/root/git/SolarDataRESTfulAPI/IoTtoolkit.pyc in __init__(self, Defenition, AutoloadFeeds, Active)
58
59 if self.DefDict["LTS TYPE"] == "InfluxDB":
---> 60 self.LTS = InfluxDBInterface(self.DefDict["LTS DATA"])
61
62 if AutoloadFeeds == True:
/root/git/SolarDataRESTfulAPI/InfluxDBInterface.pyc in __init__(self, config_param)
18 print self.config
19
---> 20 InfluxDBClient.__init__(self,self.config["host"], self.config["port"], self.config["user"], self.config["password"], self.config["database"])
21
22 def GetLastTimeStamp(self,FluxId):
KeyError: 'database'