fixed formatting
This commit is contained in:
@@ -385,7 +385,6 @@ def get_from_cache(
|
||||
else:
|
||||
http_get(url, temp_file, proxies=proxies, resume_size=resume_size, user_agent=user_agent)
|
||||
|
||||
|
||||
logger.info("storing %s in cache at %s", url, cache_path)
|
||||
os.rename(temp_file.name, cache_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user