mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [urlextract importer] class name
This commit is contained in:
parent
d269a5b31b
commit
15265d7909
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ import item_basic
|
||||||
sys.path.append(os.path.join(os.environ['AIL_BIN'], 'import', 'ail_json_importer'))
|
sys.path.append(os.path.join(os.environ['AIL_BIN'], 'import', 'ail_json_importer'))
|
||||||
from Default_json import Default_json
|
from Default_json import Default_json
|
||||||
|
|
||||||
class Ail_feeder_twitter(Default_json):
|
class Ail_feeder_urlextract(Default_json):
|
||||||
"""Twitter Feeder functions"""
|
"""urlextract Feeder functions"""
|
||||||
|
|
||||||
def __init__(self, name, json_item):
|
def __init__(self, name, json_item):
|
||||||
super().__init__(name, json_item)
|
super().__init__(name, json_item)
|
Loading…
Reference in a new issue