Déplacement des fichiers cache et données dans le répertoire parent
Signed-off-by: Emmy D'Anello <ynerant@emy.lu>
This commit is contained in:
@ -3,7 +3,7 @@ from pathlib import Path
|
||||
import requests
|
||||
|
||||
|
||||
CACHE_DIR = Path(__file__).parent / 'cache'
|
||||
CACHE_DIR = Path(__file__).parent.parent / 'cache'
|
||||
|
||||
|
||||
def get_file(url, filename, force_etag: str = ""):
|
||||
|
Reference in New Issue
Block a user