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
Fix a watcher bug.
tags/v0.1^2
Ben Kurtovic
12 anni fa
parent
a3b64a38d9
commit
b2b11eadad
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/irc/watcher.py
+ 1
- 1
earwigbot/irc/watcher.py
Vedi File
@@ -94,7 +94,7 @@ class Watcher(IRCConnection):
except ImportError:
return
try:
module = imp.load_module(
name
, f, path, desc)
module = imp.load_module(
"rules"
, f, path, desc)
except Exception:
return
finally:
Scrivi
Anteprima
Caricamento…
Annulla
Salva