Added version to --verbose, closes #297

This commit is contained in:
Rhet Turnbull
2020-12-22 21:05:40 -08:00
parent 2a49255277
commit 9ca5d8f0fd

View File

@@ -1743,6 +1743,8 @@ def export(
VERBOSE = bool(verbose) VERBOSE = bool(verbose)
verbose_(f"Loaded options from file {load_config}") verbose_(f"Loaded options from file {load_config}")
verbose_(f"osxphotos version {__version__}")
exclusive_options = [ exclusive_options = [
("favorite", "not_favorite"), ("favorite", "not_favorite"),
("hidden", "not_hidden"), ("hidden", "not_hidden"),