Update lit.py
Browse files
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:
|