[F] Properly include script resource

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-04-10 05:21:39 -04:00
parent 86ad1b5ad2
commit d94585473c
3 changed files with 5 additions and 2 deletions

View file

@ -124,6 +124,7 @@ def create_config() -> Config:
def run():
parser = argparse.ArgumentParser(description='neofetch with flags <3')
parser.parse_args()
# TODO: Param overwrite config
config = check_config()
run_neofetch(PRESETS.get(config.preset))