mirror of https://github.com/scrapy/scrapy.git
Disabled help() in telnet console. Closes #284
This commit is contained in:
parent
1a2146d11a
commit
7698ff2a7b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue