Skip to content

Commit

Permalink
whitelist a repo name in the sources list
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-orr committed Dec 16, 2021
1 parent fffcbb1 commit a6a625b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def get_repository_data(query_string=None):
"acta"
]
repo_name_whitelist = [
"journal of geophysics"
"journal of geophysics",
"ams acta",
]
good_repo_meta = []
for repo_meta in raw_repo_meta:
Expand Down

0 comments on commit a6a625b

Please sign in to comment.