Skip to content

Commit aa28d79

Browse files
committed
Forgot to asyncify the load testing waiting.
1 parent 5fe9c61 commit aa28d79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/10-async-web/acityscape_api/services/location_service.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
measured_latency_in_sec = [
1010
0.28844, 0.334694, 0.33468, 0.343911, 0.339515, 0.344329, 0.341594, 0.352366,
11-
0.535646, 0.527148, 0.533472, 0.53351, 0.523462]
11+
0.535646, 0.527148, 0.533472, 0.53351, 0.523462
12+
]
1213

1314

1415
async def get_lat_long(zip_code: str, country: str) -> Tuple[float, float]:

0 commit comments

Comments
 (0)