diff --git a/mapswipe_workers/python_scripts/change_tms_api_key_for_projects.py b/mapswipe_workers/python_scripts/change_tms_api_key_for_projects.py index b94eef950..913112617 100644 --- a/mapswipe_workers/python_scripts/change_tms_api_key_for_projects.py +++ b/mapswipe_workers/python_scripts/change_tms_api_key_for_projects.py @@ -13,7 +13,7 @@ def get_all_projects_by_tms(tms_name: str): # we neglect private projects here # since there are no projects set up in production yet - status_list = ["active", "inactive"] + status_list = ["active", "inactive", "tutorial"] for status in status_list: logger.info(f"query {status} projects")