adding if statement with the main
This commit is contained in:
parent
3a0dab2f58
commit
c004d5fc10
@ -52,4 +52,6 @@ def main ():
|
|||||||
|
|
||||||
print(f'Time taken to download: {total_exec_time:.2f} seconds')
|
print(f'Time taken to download: {total_exec_time:.2f} seconds')
|
||||||
|
|
||||||
main()
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user