Spaces:
Sleeping
Sleeping
from Mongo.mongo_one import fetch_restaurant_data | |
def Deliveroo_excel_multy(urls,location): | |
for url in urls: | |
fetch_restaurant_data(url,location) |