From 84c2a823c4e3abc27f5d3413e888d0f55a414781 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 22 Dec 2016 16:05:25 +0100 Subject: [PATCH] fix typing --- instaloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instaloader.py b/instaloader.py index 68ca4eb..af4ecca 100755 --- a/instaloader.py +++ b/instaloader.py @@ -474,7 +474,7 @@ def download_node(node: Dict[str, Any], session: requests.Session, name: str, def download_feed_pics(session: requests.Session, max_count: int = None, fast_update: bool = False, - filter_func: Optional[Callable[Dict[str, Dict[str, Any]], bool]] = None, + filter_func: Optional[Callable[[Dict[str, Dict[str, Any]]], bool]] = None, download_videos: bool = True, geotags: bool = False, shorter_output: bool = False, sleep: bool = True, quiet: bool = False) -> None: """