forked from 3wordchant/capsul-flask
got httpclient working, spoke heartbeat is working
This commit is contained in:
@ -40,7 +40,7 @@ def init_app(app):
|
||||
hasSchemaVersionTable = False
|
||||
actionWasTaken = False
|
||||
schemaVersion = 0
|
||||
desiredSchemaVersion = 8
|
||||
desiredSchemaVersion = 9
|
||||
|
||||
cursor = connection.cursor()
|
||||
|
||||
@ -126,5 +126,4 @@ def close_db(e=None):
|
||||
db_model.cursor.close()
|
||||
current_app.config['PSYCOPG2_CONNECTION_POOL'].putconn(db_model.connection)
|
||||
|
||||
def my_exec_info_message(exec_info):
|
||||
return "{}: {}".format(".".join([exec_info[0].__module__, exec_info[0].__name__]), exec_info[1])
|
||||
|
||||
|
Reference in New Issue
Block a user