This commit is contained in:
Adrian Gunnar Lauterer 2024-09-08 03:39:15 +02:00
parent 0765150f6d
commit b66c4e37e3
Signed by: adriangl
GPG Key ID: D33368A59745C2F0
1 changed files with 1 additions and 2 deletions

View File

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