Skip to content

Commit 110cc4d

Browse files
committed
add description
1 parent b1f8248 commit 110cc4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mapswipe_workers/python_scripts/change_tms_api_key_for_projects.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ def add_api_key_to_projects(project_id_list, api_key):
6060

6161
logger.info(
6262
"This script currently supports only the following project types:"
63-
"build_area, footprint, completeness"
63+
"build_area, footprint, completeness\n"
64+
"The new api key will be obtained from the .env file. "
65+
"Make sure to update this file first."
6466
)
6567

6668
if tms_name in IMAGE_API_KEYS.keys():

0 commit comments

Comments
 (0)