From 4b4135e20d9e0e4e8737c8d3f5581f5826ab9df0 Mon Sep 17 00:00:00 2001 From: limkokhole Date: Sun, 23 Jan 2022 12:46:29 +0800 Subject: [PATCH] Fix comment --- pinterest-downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinterest-downloader.py b/pinterest-downloader.py index c9ff808..b110924 100755 --- a/pinterest-downloader.py +++ b/pinterest-downloader.py @@ -1290,7 +1290,7 @@ def update_all( arg_thread_max :int, arg_cut :int, arg_rescrape :bool): # cd_back_count: 3 means section, 2 means board, 1 means username # If input url is section url means is acceptable scrape that specific section regardless of board included it # ... bcoz is really type arg section url to log that time. And -es is force later so no repeat. - if cd_back_count in (2, 3): # section separate scrape, not by username, while board check below + if cd_back_count in (2, 3): # section separate scrape, not by username/board, while board check below urls_map[dir_origin]['info'].append( {'url': folder_url, 'cd': cd_back_count} ) #print(urls_map[dir_origin]) elif cd_back_count == 1: