This commit is contained in:
2024-09-08 03:39:15 +02:00
parent 0765150f6d
commit b66c4e37e3

View File

@@ -2,10 +2,9 @@
from flask import Flask, render_template, request
from flask_socketio import SocketIO, join_room
import requests
#import argparse
import argparse
import os
ozai_url = 'http://localhost:8000/api/'
ozai_webui_host = '0.0.0.0'
ozai_webui_port = 5000