Merge pull request #3350 from volundmush/help_webclient_keys

Fixed stale protocol keys in CmdHelp
This commit is contained in:
Griatch 2023-12-02 21:30:45 +01:00 committed by GitHub
commit 8ee119a599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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