mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 20:11:24 +08:00
Add asynchronous support
This commit is contained in:
@@ -104,5 +104,5 @@ class MinecraftServer:
|
|||||||
else:
|
else:
|
||||||
raise exception
|
raise exception
|
||||||
|
|
||||||
async def async_query(self, parameter_list):
|
async def async_query(self, tries=3):
|
||||||
raise NotImplementedError # TODO: '-'
|
raise NotImplementedError # TODO: '-'
|
||||||
Reference in New Issue
Block a user