Rename Context channel

This commit is contained in:
Nuno Campos
2023-10-23 15:26:41 +01:00
parent 14d84825da
commit 577bf5205a
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ def recursive_web_loader(
"next_urls": Channels.UniqueInbox(str),
"documents": Channels.Archive(Document),
"visited": Channels.UniqueArchive(str),
"client": Channels.ContextManager(httpx_client, httpx_aclient),
"client": Channels.Context(httpx_client, httpx_aclient),
}
# the main chain that gets executed recursively
visitor = (