1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-09-11 16:22:24 +02:00

fix typing

This commit is contained in:
Alexander Graf 2016-12-22 16:05:25 +01:00
parent f2660f7c02
commit 84c2a823c4

View File

@ -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:
"""