Skip to content

Commit df276f7

Browse files
authored
Merge pull request #654 from mapswipe/dev
make sure to update api keys also for tutorials
2 parents 4541bc6 + d983fbf commit df276f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/python_scripts/change_tms_api_key_for_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_all_projects_by_tms(tms_name: str):
1313

1414
# we neglect private projects here
1515
# since there are no projects set up in production yet
16-
status_list = ["active", "inactive"]
16+
status_list = ["active", "inactive", "tutorial"]
1717

1818
for status in status_list:
1919
logger.info(f"query {status} projects")

0 commit comments

Comments
 (0)