Fuck this shit

This commit is contained in:
Götz 2019-01-28 18:06:33 +01:00
parent bdd983bcd5
commit bc723feeb4

View File

@ -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 = []