Skip to content

Commit

Permalink
make sure to update api keys also for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagellach37 committed Feb 23, 2023
1 parent 94c1ab1 commit d983fbf
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 d983fbf

Please sign in to comment.