From fffbd2ef2affb53cde75e2086a20d06971a0f7b8 Mon Sep 17 00:00:00 2001 From: 5IGI0 <5IGI0@protonmail.com> Date: Sun, 25 Oct 2020 05:44:12 +0100 Subject: [PATCH] Typo --- mcstatus/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcstatus/server.py b/mcstatus/server.py index 1136054..d6cba6a 100644 --- a/mcstatus/server.py +++ b/mcstatus/server.py @@ -39,7 +39,7 @@ class MinecraftServer: else: raise exception - async def aync_ping(self, tries=3, **kwargs): + async def async_ping(self, tries=3, **kwargs): connection = await TCPAsyncSocketConnection((self.host, self.port)) exception = None for attempt in range(tries):