We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e56ea commit 4656986Copy full SHA for 4656986
Tools/test_pages_for_errors.py
@@ -33,12 +33,12 @@ async def run_tests():
33
34
urls = [
35
"http://localhost:5000/", # Home page
36
+ "http://localhost:5000/downloads", # Downloads page
37
"http://localhost:5000/privacy", # Privacy page
38
"http://localhost:5000/contact", # Contact page
39
"http://localhost:5000/leaderboard", # Leaderboard page
40
"http://localhost:5000/player/aac26166-139a-4163-8aa9-ad2a059a427d", # Player page (no redaction)
41
"http://localhost:5000/player/8ced134c-8731-4087-bed3-107d59af1a11", # Player page (redacted)
- "http://localhost:5000/downloads", # Downloads page
42
"http://localhost:5000/changelog", # Changelog page
43
"http://localhost:5000/replay/3", # Replay page
44
]
0 commit comments