diff --git a/src/cct_connector/ServiceAlertAugmenter.py b/src/cct_connector/ServiceAlertAugmenter.py index 2c481fd..2b9178c 100644 --- a/src/cct_connector/ServiceAlertAugmenter.py +++ b/src/cct_connector/ServiceAlertAugmenter.py @@ -1109,5 +1109,5 @@ def _location_generator(): logging.info("...Look[ed] up Image Filenames") logging.info("Wr[iting] to Minio...") - # sa_augmenter.write_data_to_minio(sa_augmenter.data) + sa_augmenter.write_data_to_minio(sa_augmenter.data) logging.info("...Wr[ote] to Minio")