Change key of data_dict from 'type' to 'source_type'

This commit is contained in:
Stefan Oderbolz 2013-08-05 23:07:25 +02:00
parent cb745c3c3e
commit ade5f83e38
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class Harvester(CkanCommand):
try:
data_dict = {
'url':url,
'type':type,
'source_type':type,
'config':config,
'frequency':frequency,
'active':active,