ChandimaPrabath commited on
Commit
a5ae33a
·
1 Parent(s): 4a021bd
Files changed (1) hide show
  1. hf_scrapper.py +1 -1
hf_scrapper.py CHANGED
@@ -13,7 +13,7 @@ CACHE_JSON_PATH = os.path.join(CACHE_DIR, "cached_films.json")
13
 
14
  download_progress = {}
15
 
16
- async def get_system_proxies():
17
  """
18
  Retrieves the system's HTTP and HTTPS proxies.
19
 
 
13
 
14
  download_progress = {}
15
 
16
+ def get_system_proxies():
17
  """
18
  Retrieves the system's HTTP and HTTPS proxies.
19