counter update
This commit is contained in:
parent
6d7c08a9af
commit
68231dce0a
@ -36,6 +36,9 @@ def main(args):
|
||||
|
||||
try:
|
||||
with tqdm(total=max_len) as pbar:
|
||||
if args.start_page_number:
|
||||
pbar.update(data_number)
|
||||
|
||||
while data_number < max_len:
|
||||
pbar.set_description(f"Page number: {page_number}")
|
||||
time.sleep(5)
|
||||
|
Loading…
Reference in New Issue
Block a user