소스 검색

Revert last commit; I have no idea what I'm doing.

pull/24/head
Ben Kurtovic 10 년 전
부모
커밋
27917a956e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app.fcgi

+ 1
- 1
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)


불러오는 중...
취소
저장