SR05 commited on
Commit
155a020
1 Parent(s): becf831

Update lit.py

Browse files
Files changed (1) hide show
  1. lit.py +1 -1
lit.py CHANGED
@@ -34,7 +34,7 @@ def fetch_ods_file():
34
  link_text = link.get_text(strip=True)
35
  if "Visa decisions made from 1 January 2024 to" in link_text:
36
  file_url = link.get('href')
37
- file_name = link_text
38
  break
39
 
40
  if file_url:
 
34
  link_text = link.get_text(strip=True)
35
  if "Visa decisions made from 1 January 2024 to" in link_text:
36
  file_url = link.get('href')
37
+ #####file_name = link_text
38
  break
39
 
40
  if file_url: