Change key of data_dict from 'type' to 'source_type'
This commit is contained in:
parent
cb745c3c3e
commit
ade5f83e38
|
@ -191,7 +191,7 @@ class Harvester(CkanCommand):
|
|||
try:
|
||||
data_dict = {
|
||||
'url':url,
|
||||
'type':type,
|
||||
'source_type':type,
|
||||
'config':config,
|
||||
'frequency':frequency,
|
||||
'active':active,
|
||||
|
|
Loading…
Reference in New Issue