Fix broken inference pools

This commit is contained in:
henryruhs
2025-02-09 00:40:14 +01:00
parent 858acd2fe3
commit b438b899e8

View File

@@ -45,6 +45,8 @@ def cli() -> None:
program.print_help() program.print_help()
else: else:
hard_exit(2) hard_exit(2)
else:
hard_exit(2)
def route(args : Args) -> None: def route(args : Args) -> None: