jaifar530
commited on
Update file_checker.py
Browse files- file_checker.py +1 -1
file_checker.py
CHANGED
@@ -57,7 +57,7 @@ def check_and_download_files():
|
|
57 |
headers = {
|
58 |
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3',
|
59 |
}
|
60 |
-
url = '
|
61 |
|
62 |
response = requests.get(url, headers=headers)
|
63 |
response.raise_for_status()
|
|
|
57 |
headers = {
|
58 |
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3',
|
59 |
}
|
60 |
+
url = 'https://jaifar.net/ADS/content.zip' # Replace with the actual URL
|
61 |
|
62 |
response = requests.get(url, headers=headers)
|
63 |
response.raise_for_status()
|