From 510af1c62ff92305b68b3a3ebbac8a2ccc82445d Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sat, 6 Apr 2024 16:40:14 +0200 Subject: Update webview.py --- g4f/gui/webview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g4f/gui/webview.py b/g4f/gui/webview.py index 6902f457..79861bfe 100644 --- a/g4f/gui/webview.py +++ b/g4f/gui/webview.py @@ -49,4 +49,4 @@ if __name__ == "__main__": args = parser.parse_args() if args.debug: g4f.debug.logging = True - run_webview(args.debug) \ No newline at end of file + run_webview(args.debug, args.port) \ No newline at end of file -- cgit v1.2.3