예제 #1
0
def remove_shop(shop_id):
    r = MONGO_DATABASE_PLACES.remove({'shop_id': int(shop_id)})
    return r