Fix broken inference pools

This commit is contained in:
henryruhs
2025-04-28 10:03:25 +02:00
parent 858acd2fe3
commit b438b899e8
+2
View File
@@ -45,6 +45,8 @@ def cli() -> None:
program.print_help()
else:
hard_exit(2)
else:
hard_exit(2)
def route(args : Args) -> None: