Web Automation tool for adding products to cart automatically during Flash sales
add another process name for example third_process
third_process = Process(target=add_to_cart,args=['[email protected]','password','product_link'])
third_process.start()
third_process.join()