Commit 7894afb7 authored by panos's avatar panos

Plugin ammended to take the Server Authentication data from the GUI

parent 1ac1e8fe
...@@ -15,7 +15,7 @@ class CapacityStationsKE(plugin.InputPreparationPlugin): ...@@ -15,7 +15,7 @@ class CapacityStationsKE(plugin.InputPreparationPlugin):
def preprocess(self, data): def preprocess(self, data):
from dream.KnowledgeExtraction.PilotCases.CapacityStations.DataExtraction import DataExtraction from dream.KnowledgeExtraction.PilotCases.CapacityStations.DataExtraction import DataExtraction
from dream.KnowledgeExtraction.PilotCases.CapacityStations.OutputPreparation import OutputPreparation from dream.KnowledgeExtraction.PilotCases.CapacityStations.OutputPreparation import OutputPreparation
DBFilePath=data['general']['ke_url'] DBFilePath=data['general']['ServerAuth']
extractedData=DataExtraction(DBFilePath) extractedData=DataExtraction(DBFilePath)
data=OutputPreparation(data,extractedData) data=OutputPreparation(data,extractedData)
return data return data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment