mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-22 13:22:04 +08:00
dragonpilot beta3
date: 2023-08-22T14:21:17 commit: 6148ce3d77530281f890970718e9c42b2acc5ff1
This commit is contained in:
@@ -17,7 +17,7 @@ if __name__ == "__main__":
|
||||
if os.getenv("SERIAL"):
|
||||
serials = [x for x in serials if x==os.getenv("SERIAL")]
|
||||
|
||||
panda_jungles = list([PandaJungle(x, claim=claim) for x in serials])
|
||||
panda_jungles = [PandaJungle(x, claim=claim) for x in serials]
|
||||
|
||||
if not len(panda_jungles):
|
||||
sys.exit("no panda jungles found")
|
||||
|
||||
Reference in New Issue
Block a user