added g import from flask

This commit is contained in:
2025-01-13 10:39:23 +01:00
parent c0ec6901c4
commit 7f807d0031

View File

@@ -1,4 +1,4 @@
from flask import Flask, Response, request, render_template, jsonify
from flask import Flask, Response, request, render_template, jsonify, g
import paho.mqtt.client as mqtt
from ultralytics import YOLO
import cv2