mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-25 21:21:02 +02:00
Fixing document loading
This commit is contained in:
parent
20c75b1c4f
commit
8e92f01c97
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ class Processor(AsyncProcessor):
|
||||||
logger.debug(f"Submitting to queue {q}...")
|
logger.debug(f"Submitting to queue {q}...")
|
||||||
|
|
||||||
pub = Publisher(
|
pub = Publisher(
|
||||||
self.pulsar_client, q, schema=schema
|
self.pubsub, q, schema=schema
|
||||||
)
|
)
|
||||||
|
|
||||||
await pub.start()
|
await pub.start()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue