From 0650b251a6c962805cca8316412508f694374c72 Mon Sep 17 00:00:00 2001 From: 5IGI0 <5IGI0@protonmail.com> Date: Sun, 25 Oct 2020 05:41:53 +0100 Subject: [PATCH] Add asynchronous support --- mcstatus/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcstatus/server.py b/mcstatus/server.py index 14b55ce..1136054 100644 --- a/mcstatus/server.py +++ b/mcstatus/server.py @@ -104,5 +104,5 @@ class MinecraftServer: else: raise exception - async def async_query(self, parameter_list): + async def async_query(self, tries=3): raise NotImplementedError # TODO: '-' \ No newline at end of file