Fixed stale protocol keys in CmdHelp

This commit is contained in:
Andrew Bastien 2023-11-27 09:54:55 -05:00
parent 5d1f93d6bf
commit 378d127c01

View file

@ -119,8 +119,8 @@ class CmdHelp(COMMAND_DEFAULT_CLASS):
usemore = True
if self.session and self.session.protocol_key in (
"websocket",
"ajax/comet",
"webclient/websocket",
"webclient/ajax",
):
try:
options = self.account.db._saved_webclient_options