v.0.11.4 pico-client main, all functions called
This commit is contained in:
@@ -54,10 +54,10 @@ async def main(
|
|||||||
) -> None:
|
) -> None:
|
||||||
# Run both tasks concurrently
|
# Run both tasks concurrently
|
||||||
await asyncio.gather(
|
await asyncio.gather(
|
||||||
# sync_ntp_time_task(),
|
sync_ntp_time_task(),
|
||||||
# weather_check_task(weather_checker),
|
weather_check_task(weather_checker),
|
||||||
api_server_check_task(api_server_checker),
|
api_server_check_task(api_server_checker),
|
||||||
# print_time_task(),
|
print_time_task(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user