Fuck this shit
This commit is contained in:
parent
bdd983bcd5
commit
bc723feeb4
@ -1,7 +1,5 @@
|
||||
import psycopg2
|
||||
import config
|
||||
from flask import Flask, render_template
|
||||
from pprint import pprint
|
||||
import os
|
||||
|
||||
app = Flask(__name__)
|
||||
@ -23,8 +21,6 @@ def main():
|
||||
cur = conn.cursor()
|
||||
cur.execute(sql_statement)
|
||||
notes = cur.fetchall()
|
||||
pprint(notes)
|
||||
print("NOTES LEN", len(notes))
|
||||
cur.close()
|
||||
conn.close()
|
||||
notes_arr = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user