Server 0.5

Server
ahmedmujtaba-gif 2026-04-16 19:29:08 +05:00
parent 4468400a0e
commit dcac92d7e5
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ def serve_alert_image(filename): return send_from_directory("alerts", filename)
if __name__ == "__main__":
for cam in CAMERAS: threading.Thread(target=_process_stream, args=(cam,), daemon=True).start()
time.sleep(1)
time.sleep(1.5)
threading.Thread(target=_update_grid_frame, daemon=True).start()
print("\n Grid View Dashboard → http://localhost:5000\n")
app.run(host="0.0.0.0", port=5000, debug=False, threaded=True)