Encode binary
This commit is contained in:
@@ -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]]] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user