Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
drohmer committed Nov 1, 2023
1 parent 2627172 commit b600df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def check_validity_data(data, data_keywords):

print('Check URLs ...')
urls = liblisting.get_all_urls(data)
exceptions = {'https://www.amd.com/', 'https://www.microsoft.com/', 'https://www.clo3d.com/en/', 'https://shotover.com/', 'https://www.lestontonstruqueurs.com/', 'https://www.united-vr.com/','https://www.linkedin.com/company/newtone-technologies/', 'https://www.activision.com/','https://www.theiamarkerless.ca/','https://www.theiamarkerless.ca/'}
exceptions = {'https://www.amd.com/', 'https://www.microsoft.com/', 'https://www.clo3d.com/en/', 'https://shotover.com/', 'https://www.lestontonstruqueurs.com/', 'https://www.united-vr.com/','https://www.linkedin.com/company/newtone-technologies/', 'https://www.activision.com/','https://www.theiamarkerless.ca/','https://www.theiamarkerless.ca/','https://www.cube-creative.com/'}
liblisting.check_urls(urls, exitOnError=exit_on_failure, exceptions=exceptions)
print('Check URLs done\n')

Expand Down

0 comments on commit b600df5

Please sign in to comment.