Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
move patch
  • Loading branch information
jackh54 authored Nov 15, 2024
1 parent 4e1bdf4 commit 328af05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import eventlet

eventlet.monkey_patch()
import os
import cv2
import numpy as np
import logging
from flask import Flask, request, render_template, redirect, url_for, send_from_directory
from flask_socketio import SocketIO, emit
import heapq
import eventlet

eventlet.monkey_patch()

# Initialize Flask app
app = Flask(__name__)
Expand Down

0 comments on commit 328af05

Please sign in to comment.