adding if statement with the main

This commit is contained in:
muassif 2021-08-14 14:39:20 +04:00
parent 3a0dab2f58
commit c004d5fc10

View File

@ -52,4 +52,6 @@ def main ():
print(f'Time taken to download: {total_exec_time:.2f} seconds')
main()
if __name__ == '__main__':
main()