Remove the ~, comment the lines instead

This commit is contained in:
Mark Haines 2015-04-30 18:10:19 +01:00
parent 62cebee8ee
commit 345995fcde
2 changed files with 2 additions and 2 deletions

View File

@ -47,5 +47,5 @@ class CaptchaConfig(Config):
captcha_ip_origin_is_x_forwarded: False
# A secret key used to bypass the captcha test entirely.
captcha_bypass_secret: ~
#captcha_bypass_secret: "YOUR_SECRET_HERE"
"""

View File

@ -83,7 +83,7 @@ class ServerConfig(Config):
# Turn on the twisted telnet manhole service on localhost on the given
# port.
manhole: ~
#manhole: 9000
""" % locals()
def read_arguments(self, args):