Skip to content

Commit 472e9f9

Browse files
author
Your Name
committed
Updated message2
1 parent f2c730b commit 472e9f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sde_collections/utils/slack_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ def send_detailed_import_notification(
6565
message = (
6666
f"'{collection_name}' brought into COSMOS.\n"
6767
f"Prior Curated: {curated_count}\n"
68-
f"URL Counts:\n"
69-
f"Server: {total_server_count}\n"
68+
f"Server Count: {total_server_count}\n"
7069
f"URLs Imported: {dump_count}\n"
7170
f"New Deltas: {delta_count}\n"
7271
f"Marked For Deletion: {marked_for_deletion_count}\n"

0 commit comments

Comments
 (0)