|
@@ -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__':
|