Closed LEO-mei closed 1 year ago
uvicorn main:app --reload ... INFO: Started server process INFO: Waiting for application startup. ERROR: Traceback (most recent call last): ... password = info.get("credentials", {}).get("password") AttributeError: 'NoneType' object has no attribute 'get'
database/config.py TORTOISE_ORM = {'connections': {'default': {'credentials': {...}}}
uvicorn main:app --reload ... INFO: Started server process INFO: Waiting for application startup. ERROR: Traceback (most recent call last):
... password = info.get("credentials", {}).get("password") AttributeError: 'NoneType' object has no attribute 'get'