Thuban
2017-04-26 f7eddda407b6eba87fff3688734d48e13329631b
fix typo
1 files modified
2 ■■■ changed files
vilain.py 2 ●●● patch | view | raw | blame | history
vilain.py
@@ -156,7 +156,7 @@
                                    await self.bad_ip_queue.put({'ip' : bad_ip, 'maxtries': maxtries, 'reason' : reason})
                                    logger.debug('queue size: {}'.format(self.bad_ip_queue.qsize()))
                                else:
                                    logger.info('line match {}. But IP in ingore list'.format(bad_ip))
                                    logger.info('line match {}. But IP in ignore list'.format(bad_ip))
                    size = stat.st_size
    async def ban_ips(self):