From 49adff1f3b6720641afc254b0ca5fe0e2fc0a524 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 20 Jun 2021 18:11:41 -0700 Subject: [PATCH] Updated example [skip ci] --- examples/query_function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/query_function.py b/examples/query_function.py index 075c2be0..dcc31282 100644 --- a/examples/query_function.py +++ b/examples/query_function.py @@ -5,7 +5,7 @@ from typing import List from osxphotos import PhotoInfo -# call this with --query-function:examples/query_function.py::best_selfies +# call this with --query-function examples/query_function.py::best_selfies def best_selfies(photos: List[PhotoInfo]) -> List[PhotoInfo]: """your query function should take a list of PhotoInfo objects and return a list of PhotoInfo objects (or empty list)""" # this example finds your best selfie for every year