Update webview.py

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

@ -16,6 +16,7 @@ import g4f.debug
def run_webview(
debug: bool = False,
http_port: int = None,
ssl: bool = True,
storage_path: str = None,
gui: str = None
@ -38,6 +39,7 @@ def run_webview(
private_mode=False,
storage_path=storage_path,
debug=debug,
http_port=http_port,
ssl=ssl,
gui=gui
)

Loading…
Cancel
Save