Skip to content

Commit 3aeb934

Browse files
fix: un-nit
1 parent 424ce9f commit 3aeb934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/providers/persistent/persistent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ async def disconnect(self) -> None:
213213
self._request_processor.clear_caches()
214214
self.logger.info(
215215
"Successfully disconnected from: %s",
216-
endpoint,
216+
self.get_endpoint_uri_or_ipc_path(),
217217
)
218218

219219
@async_handle_send_caching

0 commit comments

Comments
 (0)