Revert added space

This commit is contained in:
Rui Alves Personal 2024-08-24 17:54:14 +01:00
parent 309492cbbf
commit e30c2e7c9e

View File

@ -44,7 +44,6 @@ from frigate.version import VERSION
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
bp = Blueprint("frigate", __name__) bp = Blueprint("frigate", __name__)
bp.register_blueprint(EventBp) bp.register_blueprint(EventBp)
bp.register_blueprint(ExportBp) bp.register_blueprint(ExportBp)