File tree 2 files changed +2
-2
lines changed
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):
313
313
params = self .cmd_line ["parsed" ].get ("setParameter" , {})
314
314
if params .get ("enableTestCommands" ) == "1" :
315
315
self .test_commands_enabled = True
316
- self .has_ipv6 = self ._server_started_with_ipv6 ()
316
+ self .has_ipv6 = self ._server_started_with_ipv6 ()
317
317
318
318
self .is_mongos = (self .hello ).get ("msg" ) == "isdbgrid"
319
319
if self .is_mongos :
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ async def _init_client(self):
313
313
params = self .cmd_line ["parsed" ].get ("setParameter" , {})
314
314
if params .get ("enableTestCommands" ) == "1" :
315
315
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 ()
317
317
318
318
self .is_mongos = (await self .hello ).get ("msg" ) == "isdbgrid"
319
319
if self .is_mongos :
You can’t perform that action at this time.
0 commit comments