This commit is contained in:
Valentin CZERYBA 2023-04-09 22:50:41 +02:00
parent bba6cd1ca7
commit 19c62f38d4

View File

@ -95,4 +95,5 @@ if __name__ == '__main__':
exportWp.downloadHTML(webpage)
if args.img is False:
exportWp.downloadImg(webpage)
exportWp.downloadImg(webpage)
exit(0)