Loading circe/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -389,6 +389,7 @@ def remove_api_access(app_uuid: str): """ Remove access to the API """ app_uuid = app_uuid.replace("-", "") with auth_db(readonly=False) as conn: cursor = conn.cursor() cursor.execute("delete from auth where app_uuid = ?", (str(app_uuid),)) Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="circe-CERTIC", version="0.0.19", version="0.0.20", author="Mickaël Desfrênes", author_email="mickael.desfrenes@unicaen.fr", description="Circe server", Loading Loading
circe/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -389,6 +389,7 @@ def remove_api_access(app_uuid: str): """ Remove access to the API """ app_uuid = app_uuid.replace("-", "") with auth_db(readonly=False) as conn: cursor = conn.cursor() cursor.execute("delete from auth where app_uuid = ?", (str(app_uuid),)) Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="circe-CERTIC", version="0.0.19", version="0.0.20", author="Mickaël Desfrênes", author_email="mickael.desfrenes@unicaen.fr", description="Circe server", Loading