|
@@ -191,9 +191,7 @@ class SpaceInfoService(Service):
|
|
|
"type": form,
|
|
|
"flag": flag,
|
|
|
}
|
|
|
- start = time.perf_counter()
|
|
|
httpx.post(url, params=params, json=target_value)
|
|
|
- logger.debug(time.perf_counter() - start)
|
|
|
# await self._post(url, params=params, payload=target_value)
|
|
|
|
|
|
async def set_temporary_custom(self) -> None:
|