File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ def _init_client(self):
313313 params = self .cmd_line ["parsed" ].get ("setParameter" , {})
314314 if params .get ("enableTestCommands" ) == "1" :
315315 self .test_commands_enabled = True
316- self .has_ipv6 = self ._server_started_with_ipv6 ()
316+ self .has_ipv6 = self ._server_started_with_ipv6 ()
317317
318318 self .is_mongos = (self .hello ).get ("msg" ) == "isdbgrid"
319319 if self .is_mongos :
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ async def _init_client(self):
313313 params = self .cmd_line ["parsed" ].get ("setParameter" , {})
314314 if params .get ("enableTestCommands" ) == "1" :
315315 self .test_commands_enabled = True
316- self .has_ipv6 = await self ._server_started_with_ipv6 ()
316+ self .has_ipv6 = await self ._server_started_with_ipv6 ()
317317
318318 self .is_mongos = (await self .hello ).get ("msg" ) == "isdbgrid"
319319 if self .is_mongos :
You can’t perform that action at this time.
0 commit comments