From 8aed24151f2e8c66da9cc66f29d7d0105d42809d Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Sun, 20 Nov 2022 02:14:13 -0800 Subject: [PATCH] SNIClient: fix SNI not launching with old host.yaml (#1249) This happens when switching from Appimage 0.3.5 to Appimage 0.3.6 without deleting the user's host.yaml --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index a88611b6..f4735bbc 100644 --- a/Utils.py +++ b/Utils.py @@ -236,7 +236,7 @@ def get_default_options() -> OptionsType: "bridge_chat_out": True, }, "sni_options": { - "sni": "SNI", + "sni_path": "SNI", "snes_rom_start": True, }, "sm_options": {