diff --git a/wis2box-management/migrations/1.0b8_to_1.0.0rc1/update_data_collections.py b/wis2box-management/migrations/1.0b8_to_1.0.0rc1/update_data_collections.py index 93c01510..6a985358 100644 --- a/wis2box-management/migrations/1.0b8_to_1.0.0rc1/update_data_collections.py +++ b/wis2box-management/migrations/1.0b8_to_1.0.0rc1/update_data_collections.py @@ -64,7 +64,7 @@ def update_datasets(days: int = 5): print(f'Re-process {storage_path}') put_data(data=get_data(storage_path), path=storage_path) # sleep 1. second to allow for the data to be processed - time.sleep(1.) + time.sleep(1) if __name__ == '__main__':