Commit
·
a5ae33a
1
Parent(s):
4a021bd
fix
Browse files- 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 |
-
|
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 |
|