Niansuh commited on
Commit
b786aea
·
verified ·
1 Parent(s): 612d4f6

Update api/validate.py

Browse files
Files changed (1) hide show
  1. api/validate.py +1 -1
api/validate.py CHANGED
@@ -33,7 +33,7 @@ async def getHid(force_refresh: bool = False) -> Optional[str]:
33
  content = response.text
34
 
35
  # Use a regular expression to find specific `static/chunks` paths.
36
- pattern = r"static/chunks/app/layout-[a-zA-Z0-9]+\.js"
37
  match = re.search(pattern, content)
38
 
39
  if match:
 
33
  content = response.text
34
 
35
  # Use a regular expression to find specific `static/chunks` paths.
36
+ pattern = r"static/chunks/\d{4}-[a-fA-F0-9]+\.js"
37
  match = re.search(pattern, content)
38
 
39
  if match: