This commit is contained in:
Cayo Puigdefabregas 2023-04-28 12:11:09 +02:00
parent 0547e4cf32
commit d3b624fbd1
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ from ereuse_devicehub.resources.user.models import User
def main():
# import pdb; pdb.set_trace()
schema = config('DB_SCHEMA')
app = Devicehub(inventory=schema)
app.app_context().push()