Disabled help() in telnet console. Closes #284

This commit is contained in:
Pablo Hoffman 2010-11-10 13:35:36 -02:00
parent 1a2146d11a
commit 7698ff2a7b
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ class TelnetConsole(protocol.ServerFactory):
'p': pprint.pprint,
'prefs': print_live_refs,
'hpy': hpy,
'help': "This is Scrapy telnet console. For more info see: " \
"http://doc.scrapy.org/topics/telnetconsole.html", # see #284
}
send_catch_log(update_telnet_vars, telnet_vars=telnet_vars)
return telnet_vars