thisAKcode / fastapi_streetart_map

0 stars 0 forks source link

name exception #25

Open thisAKcode opened 1 year ago

thisAKcode commented 1 year ago

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