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
This commit is contained in:
Rome Reginelli 2022-11-20 02:14:13 -08:00 committed by GitHub
parent 3e6c097348
commit 8aed24151f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ def get_default_options() -> OptionsType:
"bridge_chat_out": True, "bridge_chat_out": True,
}, },
"sni_options": { "sni_options": {
"sni": "SNI", "sni_path": "SNI",
"snes_rom_start": True, "snes_rom_start": True,
}, },
"sm_options": { "sm_options": {