Commit ff4a13ed authored by Vladislav Rykov's avatar Vladislav Rykov
Browse files

major changes

parent 51f76a47
Pipeline #38 failed with stages
from psycopg2 import sql from psycopg2 import sql
from misc import with_psql from app.helpers.misc import with_psql
@with_psql @with_psql
def create_datatable(cur, appkey, dev_id): def create_datatable(cur, appkey, dev_id):
......
from misc import with_psql from app.helpers.misc import with_psql
@with_psql @with_psql
def create(cur, appkey, devid, msg): def create(cur, appkey, devid, msg):
......
from misc import with_psql from app.helpers.misc import with_psql
import bcrypt import bcrypt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment