mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 11:19:57 +00:00
Removed old ANPR system
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from flask import Flask
|
||||
from flask_migrate import Migrate
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from pyplatex import ANPR # type: ignore
|
||||
from authlib.integrations.flask_client import OAuth
|
||||
|
||||
# Web Server
|
||||
@@ -16,9 +15,6 @@ db = SQLAlchemy(app)
|
||||
|
||||
migrate = Migrate(app, db)
|
||||
|
||||
# ANPR instance
|
||||
anpr = ANPR()
|
||||
|
||||
# Keycloak
|
||||
oauth = OAuth(app=app)
|
||||
url = "http://192.168.69.1:8180"
|
||||
|
||||
Reference in New Issue
Block a user