summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g4f/gui/webview.py2
1 files changed, 1 insertions, 1 deletions
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