Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
earwigbot
mirror da
https://github.com/earwig/earwigbot
Segui
1
Vota
1
Forka
0
Codice
Rilasci
4
Attività
Sfoglia il codice sorgente
Merge pull request
#50
from justinkim/fix/typo
Fix a typo
tags/v0.2
Ben Kurtovic
10 anni fa
parent
ea14f39e73
4dfd9cb866
commit
a0bc8d69ab
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
earwigbot/util.py
+ 1
- 1
earwigbot/util.py
Vedi File
@@ -143,7 +143,7 @@ def main():
pass
finally:
if thread.is_alive():
bot.tasks.logger.warn("The task
is
will be killed")
bot.tasks.logger.warn("The task will be killed")
else:
try:
bot.run()
Scrivi
Anteprima
Caricamento…
Annulla
Salva