remove old todo
This commit is contained in:
parent
e0234baa2b
commit
e99ef7e196
|
@ -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}')
|
||||||
|
|
Loading…
Reference in New Issue