empty commit

This commit is contained in:
Sorrel Bri 2019-10-16 16:30:37 -07:00
parent 2f146c96f6
commit ffe7b286d9

View file

@ -29,4 +29,3 @@ conn = psycopg2.connect(DATABASE_URL, sslmode='require')
if __name__ == '__main__': if __name__ == '__main__':
socketio.run(app, debug=False) socketio.run(app, debug=False)