mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-18 03:45:12 +02:00
Pass in module name instead of default test
This commit is contained in:
parent
2628558fc8
commit
5d53de74cb
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ class Processor(ConsumerProducer):
|
||||||
entity_limit=entity_limit,
|
entity_limit=entity_limit,
|
||||||
triple_limit=triple_limit,
|
triple_limit=triple_limit,
|
||||||
max_subgraph_size=max_subgraph_size,
|
max_subgraph_size=max_subgraph_size,
|
||||||
|
module=module,
|
||||||
)
|
)
|
||||||
|
|
||||||
def handle(self, msg):
|
def handle(self, msg):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue