rearranged, started using different wgsi server

This commit is contained in:
Kristy Fournier 2026-03-04 19:51:28 -05:00
parent 8d78960f0b
commit a2433e0e5e
3 changed files with 5 additions and 2 deletions

View file

@ -1,9 +1,12 @@
import eventlet
eventlet.monkey_patch()
from flask import Flask
from flask import request
from flask_cors import CORS
from flask_socketio import SocketIO
import sqlite3 as sql
import vlc,threading,time,random,argparse,dotenv,os,hashlib,string
# Argparse Stuff
parser=argparse.ArgumentParser(description="Options for the Webby Bits")
# parser.add_argument('-p','--port',help="Port to host on, not the same as the web (client) port",default='19054')