# -*- coding: utf-8 -*- # @Time : 2019/1/7 2:11 PM # @Author : cxa # @File : motortesdt.py # @Software: PyCharm import motor.motor_asyncio import asyncio import pprint from bson import SON db_configs = { 'type': 'mongo', 'host': '123.22.3.11', 'port'…