Update webview.py

pull/1794/head
H Lohaus 2 months ago committed by GitHub
parent 158aa8e7f6
commit 510af1c62f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,4 +49,4 @@ if __name__ == "__main__":
args = parser.parse_args()
if args.debug:
g4f.debug.logging = True
run_webview(args.debug)
run_webview(args.debug, args.port)
Loading…
Cancel
Save