This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python3 | |
from astral import sun | |
from astral.geocoder import lookup, database | |
from datetime import datetime as dt | |
from pathlib import Path | |
from pytz import timezone | |
from subprocess import call | |
# Config |