mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
a little fix
This commit is contained in:
parent
f0a6199e81
commit
7d4f9817a6
2
app.py
2
app.py
@ -25,6 +25,7 @@ import sys
|
||||
import time
|
||||
import traceback
|
||||
import webbrowser
|
||||
from pathlib import Path
|
||||
|
||||
def run_update_script(args=None):
|
||||
update_script = Path(__file__).parent/"update_script.py"
|
||||
@ -73,7 +74,6 @@ try:
|
||||
)
|
||||
|
||||
from flask_socketio import SocketIO
|
||||
from pathlib import Path
|
||||
import yaml
|
||||
from geventwebsocket.handler import WebSocketHandler
|
||||
import logging
|
||||
|
Loading…
x
Reference in New Issue
Block a user