update readme

This commit is contained in:
clowwindy 2015-01-03 13:50:08 +08:00
parent e68b3e430b
commit e0189ab1de
2 changed files with 8 additions and 2 deletions

View file

@ -32,7 +32,7 @@ if __name__ == '__main__':
parser = argparse.ArgumentParser(description='See README')
parser.add_argument('-c', '--count', default=3, type=int,
help='with how many failure times it should be '
'considered an attack')
'considered as an attack')
config = parser.parse_args()
ips = {}
banned = set()