Spaces:
Sleeping
Sleeping
File size: 134 Bytes
e79fbb1 |
1 2 3 4 5 6 |
def multi_urls(URLS):
from Mongo_Data_add import EatEasy_Mongo_Data_add
for URL in URLS:
EatEasy_Mongo_Data_add(URL)
|