From 27917a956eebbd58dcf1853fcc4c2add72a7042c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 16 Jul 2014 17:02:26 -0400 Subject: [PATCH] Revert last commit; I have no idea what I'm doing. --- app.fcgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.fcgi b/app.fcgi index 882e102..1195ee8 100755 --- a/app.fcgi +++ b/app.fcgi @@ -25,7 +25,7 @@ app.logger.addHandler(TimedRotatingFileHandler( "logs/app.log", when="midnight", backupCount=7)) app.logger.info(u"Flask server started " + asctime()) -bot = Bot(".earwigbot", 0) +bot = Bot(".earwigbot", 100) def catch_errors(func): @wraps(func)