Ver Fonte

Change URL in pywebview example

Thomas Kluyver há 8 anos atrás
pai
commit
91a35d2ed4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/pywebview/simple_browser.py

+ 1 - 1
examples/pywebview/simple_browser.py

@@ -9,7 +9,7 @@ import webview
 
 def main():
     # Create a non-resizable webview window with 800x600 dimensions
-    webview.create_window("Simple browser", "http://www.flowrl.com",
+    webview.create_window("Simple browser", "http://pynsist.readthedocs.io/",
                             width=800, height=600, resizable=False)
 
 if __name__ == '__main__':