mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix: type
This commit is contained in:
@@ -178,7 +178,7 @@ class BoxliteBooter(ComputerBooter):
|
||||
session_id,
|
||||
)
|
||||
random_port = random.randint(20000, 30000)
|
||||
self.box = boxlite.SimpleBox(
|
||||
self.box = boxlite.SimpleBox( # type: ignore[attr-defined]
|
||||
image="soulter/shipyard-ship",
|
||||
memory_mib=512,
|
||||
cpus=1,
|
||||
|
||||
Reference in New Issue
Block a user