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
Merge pull request
#50
from justinkim/fix/typo
Fix a typo
tags/v0.2
Ben Kurtovic
10 years ago
parent
ea14f39e73
4dfd9cb866
commit
a0bc8d69ab
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