From 97306a040dbdbc7cec5ef538d2f72190e85ac687 Mon Sep 17 00:00:00 2001 From: limkokhole Date: Sun, 23 Jan 2022 14:27:00 +0800 Subject: [PATCH] Update sample caller. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e46ad..1d28b9c 100755 --- a/README.md +++ b/README.md @@ -163,5 +163,5 @@ Download all images/videos from Pinterest user/board/section. ### You can also use another python script to run, e.g.: import importlib pin_dl = importlib.import_module('pinterest-downloader') - pin_dl.run_library_main('antonellomiglio/computer', '.', 0, -1, False, False, False, False, False, None, None) + pin_dl.run_library_main('antonellomiglio/computer', '.', 0, -1, False, False, False, False, False, False, None, None)