Parcourir la source

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

pull/24/head
Ben Kurtovic il y a 10 ans
Parent
révision
27917a956e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Voir le fichier

@@ -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)


Chargement…
Annuler
Enregistrer