From e99ef7e196bbbe17b2b7a6382ed764631dc79d80 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Mon, 19 Aug 2024 15:54:26 -0600 Subject: [PATCH] remove old todo --- feeder-mqtt/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/feeder-mqtt/main.py b/feeder-mqtt/main.py index c9fc34f..a5cc5ff 100644 --- a/feeder-mqtt/main.py +++ b/feeder-mqtt/main.py @@ -58,8 +58,6 @@ def publish(topic: str, msg): def main(): while True: - # TODO: tick every second and execute runs if it's time. - # TODO: get TEC map every 15 min and serve from URL https://services.swpc.noaa.gov/images/animations/natec-ustec/ustec_tec/latest.png?time=1716232652000 utc_hr = datetime.utcnow().hour logging.info('Fetching latest IONEX data') logging.info(f'Using hour {utc_hr}')