mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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)
|
||||
start_server(app, host=args.host, port=args.port, socket=args.socket)
|
||||
else:
|
||||
logger.warning("🚧 GUI is being deprecated and may not work as expected. Starting...")
|
||||
# Setup GUI
|
||||
gui = QtWidgets.QApplication([])
|
||||
main_window = MainWindow(args.host, args.port)
|
||||
|
||||
Reference in New Issue
Block a user