File size: 157 Bytes
9e6917b
 
 
 
 
1
2
3
4
5
from Mongo.mongo_one import fetch_restaurant_data

def Deliveroo_excel_multy(urls,location):
    for url in urls:
        fetch_restaurant_data(url,location)