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