Skip to content

Commit 3c8a4cb

Browse files
committed
fixup! fix: this shouldn't get awaited
1 parent e49df8d commit 3c8a4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/services/p2p/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def initialize_host(
8787

8888
if config.ipfs.enabled.value:
8989
tasks.append(
90-
monitor_hosts_ipfs(
90+
monitor_hosts_ipfs(
9191
ipfs_service=ipfs_service,
9292
session_factory=session_factory,
9393
alive_topic=config.ipfs.alive_topic.value,

0 commit comments

Comments
 (0)