Restoring a mongodump from cloud into my local server using this code:
import pymongo client = pymongo.MongoClient(\'mongodb://localhost:27017\')