Add asynchronous support

This commit is contained in:
5IGI0
2020-10-25 05:41:53 +01:00
parent b8e9e098ce
commit 0650b251a6

View File

@@ -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: '-'