Skip to content

Commit

Permalink
Merge pull request #29 from AavHRF/v3
Browse files Browse the repository at this point in the history
happy, souls? smh (default file name now includes dates)
  • Loading branch information
AavHRF authored Apr 1, 2023
2 parents d4f7e6d + 43d716d commit f46a23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyglass.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def sanitize(string: str) -> Optional[str]:
"-o",
"--outfile",
help="Name of the output file. Defaults to 'spyglass.xlsx'.",
default="spyglass.xlsx",
default=f"spyglass{datetime.now().year}-{datetime.now().month}-{datetime.now().day}.xlsx",
required=False,
)
parser.add_argument(
Expand Down

0 comments on commit f46a23d

Please sign in to comment.