Skip to content

Commit

Permalink
Merge pull request #654 from mapswipe/dev
Browse files Browse the repository at this point in the history
make sure to update api keys also for tutorials
  • Loading branch information
Hagellach37 authored Feb 23, 2023
2 parents 4541bc6 + d983fbf commit df276f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit df276f7

Please sign in to comment.