remove old todo

This commit is contained in:
Cyberes 2024-08-19 15:54:26 -06:00
parent e0234baa2b
commit e99ef7e196
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ def publish(topic: str, msg):
def main(): def main():
while True: 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 utc_hr = datetime.utcnow().hour
logging.info('Fetching latest IONEX data') logging.info('Fetching latest IONEX data')
logging.info(f'Using hour {utc_hr}') logging.info(f'Using hour {utc_hr}')