Encode binary

This commit is contained in:
wqy
2023-10-21 10:36:16 +08:00
parent c925e2f1fa
commit 94597a2125
2 changed files with 11 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ def _calculate_service_area(name: str, inp, time_index: int = 0) -> dict[str, li
def calculate_service_area(name: str) -> list[dict[str, list[str]]]:
inp = json.loads(run_project(name))
inp = json.loads(run_project(name, True))
result: list[dict[str, list[str]]] = []