jaifar530 commited on
Commit
43d7a2f
·
unverified ·
1 Parent(s): ef4bb93

Update file_checker.py

Browse files
Files changed (1) hide show
  1. 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 = 'URL_TO_DOWNLOAD_CONTENT.ZIP' # Replace with the actual 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()