mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Remove deprecation notice since we're opening the web UI by default
This commit is contained in:
@@ -74,7 +74,6 @@ def run():
|
|||||||
configure_routes(app)
|
configure_routes(app)
|
||||||
start_server(app, host=args.host, port=args.port, socket=args.socket)
|
start_server(app, host=args.host, port=args.port, socket=args.socket)
|
||||||
else:
|
else:
|
||||||
logger.warning("🚧 GUI is being deprecated and may not work as expected. Starting...")
|
|
||||||
# Setup GUI
|
# Setup GUI
|
||||||
gui = QtWidgets.QApplication([])
|
gui = QtWidgets.QApplication([])
|
||||||
main_window = MainWindow(args.host, args.port)
|
main_window = MainWindow(args.host, args.port)
|
||||||
|
|||||||
Reference in New Issue
Block a user