v.0.11.3 api-server public port 8000

This commit is contained in:
tiijay
2025-11-21 19:07:41 +00:00
parent c27b97fc71
commit 115e402b0d
5 changed files with 27 additions and 19 deletions

View File

@@ -54,10 +54,10 @@ async def main(
) -> None:
# Run both tasks concurrently
await asyncio.gather(
sync_ntp_time_task(),
weather_check_task(weather_checker),
# sync_ntp_time_task(),
# weather_check_task(weather_checker),
api_server_check_task(api_server_checker),
print_time_task(),
# print_time_task(),
)