This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Fix typo
tags/v0.2
Justin Kim
10 years ago
parent
ea14f39e73
commit
4dfd9cb866
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/util.py
+ 1
- 1
earwigbot/util.py
View 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()
Write
Preview
Loading…
Cancel
Save