themissingCRAM commited on
Commit
28fb60e
·
1 Parent(s): 3d2d75d

checking tables

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def init_db():
91
  ]
92
  insert_rows_into_table(rows, receipts)
93
  with engine.begin() as conn:
94
- print("SELECT test", conn.execute(text("SELECT * FROM recipts")).fetchall())
95
 
96
 
97
  if __name__ == "__main__":
 
91
  ]
92
  insert_rows_into_table(rows, receipts)
93
  with engine.begin() as conn:
94
+ print("SELECT test", conn.execute(text("SELECT * FROM receipts")).fetchall())
95
 
96
 
97
  if __name__ == "__main__":