[bin] Update where we store media
This commit is contained in:
@ -7,7 +7,7 @@ from bs4 import BeautifulSoup
|
||||
|
||||
today = datetime.today().strftime("%Y-%m-%d")
|
||||
home = os.path.expanduser("~")
|
||||
target_path = f"{home}/var/backgrounds/natgeo/{today}.jpg"
|
||||
target_path = f"{home}/var/media/backgrounds/natgeo/{today}.jpg"
|
||||
|
||||
# If the file for today already exists, just exit
|
||||
if os.path.isfile(target_path):
|
||||
|
||||
Reference in New Issue
Block a user