Procházet zdrojové kódy

Fix typo in log message.

tags/v0.2
Ben Kurtovic před 8 roky
rodič
revize
f91bbaec0f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      earwigbot/bot.py

+ 1
- 1
earwigbot/bot.py Zobrazit soubor

@@ -154,7 +154,7 @@ class Bot(object):
tasks.append(thread.name)
if tasks:
log = "The following commands or tasks will be killed: {0}"
self.logger.warn(log.format(" ".join(tasks)))
self.logger.warn(log.format(", ".join(tasks)))

@property
def is_running(self):


Načítá se…
Zrušit
Uložit