From 6d68a954a4cfc9280c1584151fda43acba9f6eab Mon Sep 17 00:00:00 2001 From: limkokhole Date: Sun, 23 Jan 2022 12:31:36 +0800 Subject: [PATCH] Comment typo --- pinterest-downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinterest-downloader.py b/pinterest-downloader.py index 4ba4736..985f98f 100755 --- a/pinterest-downloader.py +++ b/pinterest-downloader.py @@ -1288,7 +1288,7 @@ def update_all( arg_thread_max :int, arg_cut :int, arg_rescrape :bool): break if dir_origin in urls_map: # cd_back_count: 3 means section, 2 means board, 1 means username - # If input url is board url means is acceptable query that board regardless of username incldued it + # If input url is board url means is acceptable query that board regardless of username included it # ... bcoz is really type arg board url to log that time. if cd_back_count in (2, 3): # section separate scrape, not by username, while board check below urls_map[dir_origin]['info'].append( {'url': folder_url, 'cd': cd_back_count} )