Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
earwigbot
miroir de
https://github.com/earwig/earwigbot
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
4
Activité
Parcourir la source
Fix small bug in shutdown code
tags/v0.1^2
Ben Kurtovic
il y a 12 ans
Parent
c3fa92269d
révision
08fb35eefe
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
earwigbot/bot.py
+1
-1
earwigbot/util.py
+ 1
- 1
earwigbot/bot.py
Voir le fichier
@@ -150,7 +150,7 @@ class Bot(object):
If given, 'msg' will be used as our quit message.
"""
self.logger.info("S
hut
ting
down
bot")
self.logger.info("St
opp
ing bot")
with self.component_lock:
self._stop_irc_components(msg)
self._keep_looping = False
+ 1
- 1
earwigbot/util.py
Voir le fichier
@@ -70,7 +70,7 @@ def main():
except KeyboardInterrupt:
pass
finally:
if
not
bot._keep_looping: # Indicates bot has already been stopped
if bot._keep_looping: # Indicates bot has
n't
already been stopped
bot.stop()
if __name__ == "__main__":
Écrire
Aperçu
Chargement…
Annuler
Enregistrer