This commit is contained in:
2026-01-10 09:57:52 -06:00
parent 38b6807e70
commit 377e481803
18 changed files with 332 additions and 184 deletions

View File

@@ -27,7 +27,7 @@ class NetArgs:
@override
def __str__(self) -> str:
return f"{OrgData.org_app.old!s}_{self.name}"
return f"{OrgData.org_app!s}_{self.name}"
@property
def external(self) -> bool: