Skip to content

Commit

Permalink
Update scheduled_checks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle authored Oct 17, 2023
1 parent ecf6073 commit 1891cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scheduled_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_spectra_urls(db):
codes = []
internet = check_internet_connection()
if internet:
for spectrum_url in tqdm(spectra_urls["spectrum"][0:100]):
for spectrum_url in tqdm(spectra_urls["spectrum"]):
request_response = requests.head(spectrum_url)
status_code = request_response.status_code
# The website is up if the status code is 200
Expand Down

0 comments on commit 1891cc0

Please sign in to comment.