From 029fe7884fbac4d050abe94c6842b0fffe007288 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 2 Mar 2018 18:36:05 +0100 Subject: [PATCH] Add better description to README for standalone mode commit e548b87f032425b3368119b4747308a8a24b36bd was "undocumented" --- default_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default_config.py b/default_config.py index eecca92..bbf3b14 100644 --- a/default_config.py +++ b/default_config.py @@ -14,7 +14,8 @@ websocket_port = 0 # 0 means random username = None password = None -# Open a PyWebView window instead of using the browser. This requires pywebview to be installed +# Open a PyWebView window instead of using the browser. This requires pywebview to be installed. +# This will negate all other options standalone = False # Defines whether the browser should be opened automatically at startup