Skip to content

Commit

Permalink
add template url to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Nov 29, 2024
1 parent 5292691 commit 84c0029
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def fill_whitelist(self):
asset.readme_url,
asset.intro_video_url,
asset.solution_video_url,
asset.template_url,
]
for url in [x for x in options if x]:
match = self.github_url_pattern.search(url)
Expand Down

0 comments on commit 84c0029

Please sign in to comment.