Fix typo in whoisd header
This commit is contained in:
parent
dc144fba79
commit
45f3f10717
|
@ -25,7 +25,7 @@ __VERSION__ = '0.1'
|
||||||
|
|
||||||
class WhoisHandler(socketserver.BaseRequestHandler):
|
class WhoisHandler(socketserver.BaseRequestHandler):
|
||||||
header = "% This is the DARKNET database query service.\n" \
|
header = "% This is the DARKNET database query service.\n" \
|
||||||
"% The objects should be in something like RPLS format.\n" \
|
"% The objects should be in something like RPSL format.\n" \
|
||||||
"%\n" \
|
"%\n" \
|
||||||
"% The DARKNET database is subject to terms and conditions.\n" \
|
"% The DARKNET database is subject to terms and conditions.\n" \
|
||||||
"% Mostly these are \"be nice\" and \"don't knowingly break things\".\n" \
|
"% Mostly these are \"be nice\" and \"don't knowingly break things\".\n" \
|
||||||
|
|
Loading…
Reference in New Issue