Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
earwigbot
şunun yansıması
https://github.com/earwig/earwigbot
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
4
Aktivite
Kaynağa Gözat
Fix small bug in shutdown code
tags/v0.1^2
Ben Kurtovic
12 yıl önce
ebeveyn
c3fa92269d
işleme
08fb35eefe
2 değiştirilmiş dosya
ile
2 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
earwigbot/bot.py
+1
-1
earwigbot/util.py
+ 1
- 1
earwigbot/bot.py
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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__":
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet