Merge pull request #3350 from volundmush/help_webclient_keys
Fixed stale protocol keys in CmdHelp
This commit is contained in:
commit
8ee119a599
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue