thisAKcode/fastapi_streetart_map

name exception

Opened this issue · 0 comments

def startup_populate_db():
db = SessionLocal2()
item_count = 0
try:
item_count = db.query(Item).count()
except: