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 usemore = True
if self.session and self.session.protocol_key in ( if self.session and self.session.protocol_key in (
"websocket", "webclient/websocket",
"ajax/comet", "webclient/ajax",
): ):
try: try:
options = self.account.db._saved_webclient_options options = self.account.db._saved_webclient_options