mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 12:01:24 +08:00
Add asynchronous support
This commit is contained in:
@@ -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: '-'
|
||||
Reference in New Issue
Block a user