diff --git a/pinterest-downloader.py b/pinterest-downloader.py index db50923..b45fe54 100755 --- a/pinterest-downloader.py +++ b/pinterest-downloader.py @@ -1325,7 +1325,7 @@ def update_all( arg_thread_max :int, arg_cut :int, arg_rescrape :bool): continue #if info['cd'] == 2: # print('THIS board can use bcoz no username!') - print('\n' + ANSI_BLUE + '[U] Updating [ ' + str(real_run_index) + ' / ' + str(pre_calc_total) + ' ] \n' + ANSI_END_COLOR + ANSI_BLUE + '[U] Changed to directory: ' + str(dir_origin) + '\x1b[0m\x1b[K') + print('\n' + ANSI_BLUE + '[U] Updating [ ' + str(real_run_index) + ' / ' + str(pre_calc_total) + ' ] \n' + ANSI_END_COLOR + ANSI_BLUE + '[U] Changed to directory: ' + str(dir_origin) + ANSI_END_COLOR) real_run_index+=1 input_url = info['url'] #print('run URL:' + input_url)