Add better description to README for standalone mode

commit e548b87f032425b3368119b4747308a8a24b36bd was "undocumented"
This commit is contained in:
Peder Bergebakken Sundt 2018-03-02 18:36:05 +01:00
parent 8ba98850d5
commit 029fe7884f
1 changed files with 2 additions and 1 deletions

View File

@ -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