Skip to content

Commit 2db5c2a

Browse files
committed
changed show_browser function call to a normal show, in case the user doesn't have chrome installed.
1 parent efa51b7 commit 2db5c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello_world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def main():
102102
my_window.bind('Exit', close_the_application)
103103

104104
# Show the window
105-
my_window.show_browser(login_html, webui.Browser.Chrome)
105+
my_window.show(login_html)
106106

107107
# Wait until all windows are closed
108108
webui.wait()

0 commit comments

Comments
 (0)