mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Audio] Remove blacklisted architectures (#2755)
This commit is contained in:
parent
c2195ec576
commit
da40511306
@ -37,7 +37,7 @@ class ServerManager:
|
|||||||
_java_version: ClassVar[Optional[Tuple[int, int]]] = None
|
_java_version: ClassVar[Optional[Tuple[int, int]]] = None
|
||||||
_up_to_date: ClassVar[Optional[bool]] = None
|
_up_to_date: ClassVar[Optional[bool]] = None
|
||||||
|
|
||||||
_blacklisted_archs = ["armv6l", "aarch32", "aarch64"]
|
_blacklisted_archs = []
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
self.ready = asyncio.Event()
|
self.ready = asyncio.Event()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user